Skip to content

Commit

Permalink
update github matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jun 17, 2024
1 parent 202bb47 commit 69e1347
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ jobs:
matrix:
php-version: [8.1, 8.2]
dependencies: ["", "--prefer-lowest --prefer-stable"]
execute-cs-check: [true, false]
test-coverage: [true, false]
include:
- execute-cs-check: false
- execute-cs-check: true
php-version: 8.2
dependencies: ""
- test-coverage: false
- test-coverage: true
php-version: 8.2
dependencies: ""

env:
COMPOSER_CACHE_DIR: ${{ github.workspace }}/.composer/cache
Expand Down

0 comments on commit 69e1347

Please sign in to comment.