Skip to content

Commit

Permalink
Merge branch 'main' into eiriksm-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Mar 23, 2024
2 parents 0052822 + dd5996d commit c5c3443
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 c5c3443

Please sign in to comment.