Skip to content

Commit

Permalink
minor: adjust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Oct 28, 2024
1 parent 79df644 commit 1fd760c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ jobs:
matrix:
php: [ 8.1, 8.2, 8.3, 8.4 ]
deps: [ highest ]
symfony: [ 6.4.* ]
symfony: [ 6.4.*, 7.1.*, 7.2.* ]
include:
- php: 8.1
deps: lowest
symfony: '*'
- php: 8.3
symfony: '7.0.*'
- php: 8.4
symfony: '7.1.*'
exclude:
- php: 8.1
symfony: 7.1.*
- php: 8.1
symfony: 7.2.*

steps:
- uses: zenstruck/.github/actions/php-test-symfony@main
Expand Down

0 comments on commit 1fd760c

Please sign in to comment.