Skip to content

Commit

Permalink
add support for symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
l-you committed Dec 12, 2023
1 parent a07fe3e commit c6341ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php: [ 8.2, 8.3]
symfony: [6.4]
symfony: [6.4, 7.0]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c6341ae

Please sign in to comment.