Skip to content

Commit

Permalink
add symfony 7 to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristoforo Cervino authored and Cristoforo Cervino committed Dec 9, 2023
1 parent 2fc05f6 commit 03d4135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
php: ['8.1','8.2']
symfony: ['5.4.*', '6.2.*', '6.3.*']
symfony: ['5.4.*', '6.2.*', '6.3.*', '6.4.*', '7.0.*']
exclude:
- php: '8.2'
symfony: '5.4.*'
Expand Down

0 comments on commit 03d4135

Please sign in to comment.