Skip to content

Commit

Permalink
Merge pull request #21 from playox/ntr/master/test-against-symfony-6.4
Browse files Browse the repository at this point in the history
NTR - test against symfony 6.4
  • Loading branch information
teiling88 authored Nov 30, 2023
2 parents 9b61860 + 423b4cd commit 4823f68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ jobs:
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
symfony: ['5.4', '6.3', '7.0']
symfony: ['5.4', '6.4', '7.0']
exclude:
- php: 7.2
symfony: 6.3
symfony: 6.4
- php: 7.2
symfony: 7.0
- php: 7.3
symfony: 6.3
symfony: 6.4
- php: 7.3
symfony: 7.0
- php: 7.4
symfony: 6.3
symfony: 6.4
- php: 7.4
symfony: 7.0
- php: 8.0
symfony: 6.3
symfony: 6.4
- php: 8.0
symfony: 7.0
- php: 8.1
Expand All @@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
php: ['8.3']
symfony: ['6.3']
symfony: ['6.4']

runs-on: ubuntu-latest

Expand Down

0 comments on commit 4823f68

Please sign in to comment.