Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
geisi committed Feb 25, 2024
1 parent a0e2067 commit ce28424
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: ["^11.0", "^10.0", "^9.38"]
laravel: ["^11.0", "^10.0"]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: "^11.0"
testbench: 9.*
- laravel: "^10.0"
testbench: 8.*
- laravel: "^9.38"
testbench: 7.*
exclude:
- laravel: "^11.0"
php: 8.1
Expand Down Expand Up @@ -51,4 +49,4 @@ jobs:
composer update --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
- name: Execute tests
run: vendor/bin/pest
run: vendor/bin/pest --ci

0 comments on commit ce28424

Please sign in to comment.