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 69e1347 commit fbe8da8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ jobs:
php-version: [8.1, 8.2]
dependencies: ["", "--prefer-lowest --prefer-stable"]
include:
- execute-cs-check: false
- execute-cs-check: true
php-version: 8.2
dependencies: ""
- test-coverage: false
- test-coverage: true
php-version: 8.2
- os: 8.2
dependencies: ""
execute-cs-check: true
test-coverage: true

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

0 comments on commit fbe8da8

Please sign in to comment.