Skip to content

Commit

Permalink
Update .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitri Perunov <diimpp@gmail.com>
  • Loading branch information
loic425 and diimpp committed Jun 21, 2024
1 parent 17314e5 commit e6aa350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
php: [ "8.1", "8.2", "8.3" ]
symfony: [ "^6.4", "^7.4" ]
symfony: [ "^6.4", "^7.0" ]
name: "PHP ${{ matrix.php }} / Symfony ${{ matrix.symfony }}"
env:
APP_ENV: test
Expand Down

0 comments on commit e6aa350

Please sign in to comment.