Skip to content

Commit

Permalink
feat(gh actions): modify run-tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
alibori committed Oct 6, 2023
1 parent dbeea7d commit 9917acb
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 @@ -14,12 +14,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
laravel: [ 10.*, 9.* ]
stability: [ prefer-stable ]
laravel: [10.*]
stability: [prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
carbon: ^2.63
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
Expand Down

0 comments on commit 9917acb

Please sign in to comment.