Skip to content

Commit

Permalink
[BUGFIX] ci
Browse files Browse the repository at this point in the history
  • Loading branch information
achimfritz committed Jun 24, 2024
1 parent 53e73f7 commit 5e4721e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
strategy:
matrix:
php: [ '7.4', '8.0', '8.1' ]
TYPO3: [ '11', '12' ]
TYPO3: [ '11' ]
include:
- TYPO3: '12'
php: '8.1'
- TYPO3: '13'
php: '8.3'
steps:
Expand Down

0 comments on commit 5e4721e

Please sign in to comment.