Skip to content

Commit

Permalink
only add 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Jun 6, 2024
1 parent babe0d7 commit c6128f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
matrix:
php: [ 8.1, 8.2, 8.3 ]
deps: [ highest ]
symfony: [ 5.4.*, 6.3.*, 6.4.*, 7.0.*, 7.1.* ]
symfony: [ 5.4.*, 6.3.*, 6.4.* ]
include:
- php: 8.1
deps: lowest
symfony: '*'
- php: 8.3
symfony: '7.0.*'
- php: 8.3
symfony: '7.1.*'
steps:
- uses: zenstruck/.github@php-test-symfony
with:
Expand Down

0 comments on commit c6128f3

Please sign in to comment.