Skip to content

Commit

Permalink
[TASK] Enable v12
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed May 23, 2023
1 parent ef00e7a commit d340c00
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,18 @@ jobs:
strategy:
fail-fast: false
matrix:
typo3: ['^11']
typo3: ['^11', '^12']
php: ['7.4', '8.0', '8.1', '8.2']
mysql: ['5.7']

mysql: ['5.7', '8.0']
exclude:
- typo3: '^11'
mysql: '8.0'
- typo3: '^12'
mysql: '5.7'
- typo3: '^12'
php: '7.4'
- typo3: '^12'
php: '8.0'
steps:
- id: checkout
name: Checkout Code
Expand Down

0 comments on commit d340c00

Please sign in to comment.