Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soap authored Jan 10, 2024
1 parent 794ab8d commit b2eec97
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,15 @@ jobs:
os: [ubuntu-latest]
php: [8.0, 8.1]
laravel: [8.*, 9.*]
stability: [prefer-lowest, prefer-stable]
stability: [prefer-stable]
include:
- laravel: 10.*
php: 8.1
packagetools: 1.16
- laravel: 9.*
php: 8.1
testbench: 7.*
packagetools: 1.13.5
- laravel: 8.*
php: 8.0
testbench: 6.*
packagetools: 1.13.5
exclude:
- php: "8.1"
stability: "prefer-lowest"
Expand Down

0 comments on commit b2eec97

Please sign in to comment.