Skip to content

Commit

Permalink
chore: PHP 8.4 experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
aoekrz committed Jul 8, 2024
1 parent 324374b commit 4ab6a71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
typo3: [ ^12.4 ]
php: [ '8.1', '8.2', '8.3' ]
experimental: [false]

include:
- typo3: ^12.4
php: '8.4'
experimental: true

continue-on-error: ${{ matrix.experimental }}

Expand Down

0 comments on commit 4ab6a71

Please sign in to comment.