Skip to content

Commit

Permalink
Update test matrix to something more appropriate (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Mar 23, 2024
1 parent 58c4279 commit dd5996d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ jobs:
fail-fast: false
matrix:
php-version:
- "7.1"
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"
composer-version:
- "1"
- "2"
- "8.3"
steps:
- name: Dump matrix context
env:
Expand Down Expand Up @@ -65,5 +62,4 @@ jobs:
php vendor/bin/php-coveralls -v
- name: Run phpstan
if: matrix.php-version != 7.0
run: composer phpstan

0 comments on commit dd5996d

Please sign in to comment.