File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 php-version : ${{ inputs.php-version }}
2626 extensions : " mongodb-${{ inputs.driver-version }}"
27- key : " extcache-v1 "
27+ key : " extcache-${{ inputs.driver-version }} "
2828
2929 - name : Cache extensions
3030 uses : actions/cache@v4
Original file line number Diff line number Diff line change 1818jobs :
1919 phpcs :
2020 name : " phpcs"
21- runs-on : " ubuntu-22 .04"
21+ runs-on : " ubuntu-24 .04"
2222
2323 steps :
2424 - name : " Checkout"
3636
3737 rector :
3838 name : " Rector"
39- runs-on : " ubuntu-22 .04"
39+ runs-on : " ubuntu-24 .04"
4040
4141 steps :
4242 - name : " Checkout"
Original file line number Diff line number Diff line change 1818jobs :
1919 diff :
2020 name : " Diff check"
21- runs-on : " ubuntu-22 .04"
21+ runs-on : " ubuntu-24 .04"
2222
2323 steps :
2424 - name : " Checkout"
Original file line number Diff line number Diff line change 2424jobs :
2525 psalm :
2626 name : " Psalm"
27- runs-on : " ubuntu-22 .04"
27+ runs-on : " ubuntu-24 .04"
2828
2929 steps :
3030 - name : " Checkout"
Original file line number Diff line number Diff line change @@ -23,36 +23,36 @@ jobs:
2323 fail-fast : true
2424 matrix :
2525 os :
26- - " ubuntu-20 .04"
26+ - " ubuntu-22 .04"
2727 php-version :
2828 - " 8.1"
2929 - " 8.2"
3030 - " 8.3"
3131 - " 8.4"
3232 mongodb-version :
33- - " 4.4 "
33+ - " 6.0 "
3434 topology :
3535 - " server"
3636 include :
37- - os : " ubuntu-20 .04"
37+ - os : " ubuntu-22 .04"
3838 php-version : " 8.1"
3939 mongodb-version : " 6.0"
4040 topology : " replica_set"
41- - os : " ubuntu-20 .04"
41+ - os : " ubuntu-22 .04"
4242 php-version : " 8.1"
4343 mongodb-version : " 6.0"
4444 topology : " sharded_cluster"
45- - os : " ubuntu-20 .04"
45+ - os : " ubuntu-24 .04"
4646 php-version : " 8.1"
47- mongodb-version : " 5 .0"
47+ mongodb-version : " 8 .0"
4848 topology : " server"
49- - os : " ubuntu-20 .04"
49+ - os : " ubuntu-24 .04"
5050 php-version : " 8.1"
51- mongodb-version : " 4.4 "
51+ mongodb-version : " 8.0 "
5252 topology : " replica_set"
53- - os : " ubuntu-20 .04"
53+ - os : " ubuntu-24 .04"
5454 php-version : " 8.1"
55- mongodb-version : " 4.4 "
55+ mongodb-version : " 8.0 "
5656 topology : " sharded_cluster"
5757
5858 steps :
You can’t perform that action at this time.
0 commit comments