Skip to content

Commit

Permalink
chore: remove outdated php from matrix and add typo3 v12
Browse files Browse the repository at this point in the history
  • Loading branch information
tlayh committed Jun 27, 2024
1 parent 94ad730 commit acc048b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
typo3: [ ^11.5 ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
typo3: [ ^11.5, ^12.4 ]
php: [ '8.0', '8.1', '8.2', '8.3' ]
mysql: [ '5.7' ]
steps:
- name: Set up MySQL ${{ matrix.mysql }}
Expand Down

0 comments on commit acc048b

Please sign in to comment.