Skip to content

Commit

Permalink
minor: adjust test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Nov 23, 2024
1 parent c614171 commit f9d0ee7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.1, 8.2, 8.3, 8.4 ]
deps: [ highest ]
symfony: [ 6.4.*, 7.0.* ]
symfony: [ 6.4.*, 7.1.*, 7.2.* ]
include:
- php: 8.1
deps: lowest
symfony: '*'
exclude:
- php: 8.1
symfony: 7.0.*
symfony: 7.1.*
- php: 8.1
symfony: 7.2.*
steps:
- uses: zenstruck/.github/actions/php-test-symfony@main
with:
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@
},
"autoload-dev": {
"psr-4": { "Zenstruck\\Collection\\Tests\\": ["tests/"] }
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit f9d0ee7

Please sign in to comment.