Skip to content

Commit

Permalink
add TYPO3 12 and php 8.1 and 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarbous authored Nov 29, 2023
1 parent d4687af commit 9194b6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- { php: 7.3, TYPO3_VERSION: ^10.4 }
- { php: 7.4, TYPO3_VERSION: ^11.0 }
- { php: 8.0, TYPO3_VERSION: ^11.0 }
- { php: 8.1, TYPO3_VERSION: ^11.0 }
- { php: 8.2, TYPO3_VERSION: ^11.0 }
- { php: 8.1, TYPO3_VERSION: ^12.0 }
- { php: 8.2, TYPO3_VERSION: ^12.0 }

env: ${{ matrix.env }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.3 || ^7.4 || ^8.0",
"typo3/cms-core": "^10.4 || ^11"
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2",
"typo3/cms-core": "^10.4 || ^11 || ^12"
},
"require-dev": {
"typo3/testing-framework": "6.15"
Expand Down

0 comments on commit 9194b6c

Please sign in to comment.