Skip to content

Commit

Permalink
chore: upgrade CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil committed Sep 25, 2024
1 parent 1f78317 commit 7e98996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
matrix:
php: [8.1, 8.2, 8.3]
deps: [highest]
symfony: [5.4.*, 6.3.*, 6.4.*, 7.0.*]
symfony: [5.4.*, 6.4.*, 7.1.*]
include:
- php: 8.1
deps: lowest
symfony: '*'
exclude:
- php: 8.1
symfony: 7.0.*
symfony: 7.1.*
steps:
- uses: zenstruck/.github@php-test-symfony
with:
Expand Down

0 comments on commit 7e98996

Please sign in to comment.