File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
14
14
Tests :
15
15
name : ' T3 ${{ matrix.typo3 }} - PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}'
16
- runs-on : ubuntu-18.04
16
+ runs-on : ubuntu-latest
17
17
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- typo3 : [ '^11.5.0', '^12.3 .0' ]
22
- php : [ '8.1', '8.2' ]
21
+ typo3 : [ '^11.5.0', '^12.4 .0' ]
22
+ php : [ '8.1', '8.2', '8.3' ]
23
23
dependency-version : [ lowest, stable ]
24
24
experimental : [ false ]
25
25
30
30
run : sudo /etc/init.d/mysql start
31
31
32
32
- name : Checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
35
35
- name : Composer Cache Vars
36
36
id : composer-cache-vars
39
39
echo "timestamp=$(date +"%s")" >> $GITHUB_OUTPUT
40
40
41
41
- name : Cache Composer dependencies
42
- uses : actions/cache@v3
42
+ uses : actions/cache@v4
43
43
with :
44
44
path : ${{ steps.composer-cache-vars.outputs.dir }}
45
45
key : ${{ runner.os }}-composer-${{ matrix.typo3 }}-${{ matrix.dependency-version }}-${{ matrix.php }}-${{ steps.composer-cache-vars.outputs.timestamp }}
Original file line number Diff line number Diff line change 16
16
"symfony/console" : " ^5.4 || ^6.4 || ^7.0" ,
17
17
"symfony/yaml" : " ^5.4 || ^6.4 || ^7.0" ,
18
18
"typo3/cms-composer-installers" : " ^4.0@rc || >=5.0" ,
19
- "typo3/cms-core" : " ^11.5.20 || ^12.3 " ,
19
+ "typo3/cms-core" : " ^11.5.20 || ^12.4 " ,
20
20
"composer-runtime-api" : " ^2.2" ,
21
21
"symfony/polyfill-php80" : " ^1.23.1"
22
22
},
You can’t perform that action at this time.
0 commit comments