Skip to content

Commit

Permalink
[TASK] Raise compatibility to TYPO3 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht committed Apr 29, 2024
1 parent 5566e6a commit 1677ff6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest' ]
typo3: [ '10.4.x-dev', '11.5.x-dev' ]
typo3: [ '10.4.x-dev', '11.5.x-dev', '12.4.x-dev' ]
php: [ '7.4', '8.0', '8.1' ]
dependency-version: [ 'lowest', 'stable' ]
exclude:
- typo3: '10.4.x-dev'
php: '8.0'
- typo3: '10.4.x-dev'
php: '8.1'
- typo3: '12.4.x-dev'
php: '7.4'
- typo3: '12.4.x-dev'
php: '8.0'

runs-on: ${{ matrix.os }}

Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,16 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest' ]
typo3: [ '^10.4', '^11.5', '~12.0.0', '~12.1.0' ]
typo3: [ '^10.4', '^11.5', '^12.4' ]
php: [ '7.4', '8.0', '8.1' ]
exclude:
- typo3: '^10.4'
php: '8.0'
- typo3: '^10.4'
php: '8.1'
- typo3: '~12.0.0'
- typo3: '^12.4'
php: '7.4'
- typo3: '~12.0.0'
php: '8.0'
- typo3: '~12.1.0'
php: '7.4'
- typo3: '~12.1.0'
- typo3: '^12.4'
php: '8.0'

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": "^7.4 || ^8.0",
"typo3/cms-core": "^10.4 || ^11.5 || ~12.0 || ~12.1"
"typo3/cms-core": "^10.4 || ^11.5 || ^12.4"
},
"require-dev": {
"typo3/testing-framework": "^6.16 || 7.*@dev",
Expand Down

0 comments on commit 1677ff6

Please sign in to comment.