Skip to content

Commit

Permalink
Add symfony 7.2 to test
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Dec 2, 2024
1 parent aed3179 commit 9d4f892
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
operating-system: [ ubuntu-latest ]
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
symfony: [ '5.4.*', '6.4.*', '7.0.*', '7.1.*' ]
symfony: [ '5.4.*', '6.4.*', '7.0.*', '7.1.*', '7.2.*' ]

exclude:
- php: '8.0'
Expand All @@ -23,10 +23,14 @@ jobs:
symfony: '7.0.*'
- php: '8.0'
symfony: '7.1.*'
- php: '8.0'
symfony: '7.2.*'
- php: '8.1'
symfony: '7.0.*'
- php: '8.1'
symfony: '7.1.*'
- php: '8.1'
symfony: '7.2.*'

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 9d4f892

Please sign in to comment.