Skip to content

Commit

Permalink
chore: exclude typo3 12.4 with php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tlayh committed Jun 27, 2024
1 parent 5ee617d commit ef645be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
typo3: [ ^11.5, ^12.4 ]
php: [ '8.0', '8.1', '8.2', '8.3' ]
mysql: [ '5.7' ]
exclude:
- typo3: '^12.4'
php: '8.0'

steps:
- name: Set up MySQL ${{ matrix.mysql }}
uses: mirromutth/[email protected]
Expand Down

0 comments on commit ef645be

Please sign in to comment.