Skip to content

Commit

Permalink
feat: Update v12
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuf committed Nov 7, 2024
1 parent 4a94ef7 commit f3dbb67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:
typo3-version: '^11.5'
- php-version: '8.2'
typo3-version: '^11.5'
- php-version: '8.1'
typo3-version: '^12.5'
- php-version: '8.2'
typo3-version: '^12.5'
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": ">= 8.1 < 8.3",
"ramsey/collection": "^2.0",
"typo3/cms-core": "^11.5"
"typo3/cms-core": "^11.5 || ^12.4"
},
"require-dev": {
"rector/rector": "^0.12.23",
Expand Down

0 comments on commit f3dbb67

Please sign in to comment.