Skip to content

Commit

Permalink
Add PHP 8.4 & Symfony 7.2 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Nov 24, 2024
1 parent cfc2ce8 commit 879fd61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2', '8.3' ]
symfony: [ '5.4', '6.4', '7.0', '7.1' ]
php: [ '8.1', '8.2', '8.3', '8.4' ]
symfony: [ '5.4', '6.4', '7.0', '7.1', '7.2' ]
dependencies: [ 'highest', 'lowest' ]
exclude:
- php: '8.1'
symfony: '7.0'
- php: '8.1'
symfony: '7.1'
- php: '8.1'
symfony: '7.2'
services:
postgres:
image: postgres:16
Expand Down

0 comments on commit 879fd61

Please sign in to comment.