Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
njoguamos committed Mar 12, 2024
1 parent 974bc03 commit 09f457a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: [10.*]
stability: [prefer-stable]
stability: [prefer-stable, prefer-lowest]
include:
- laravel: 10.*
testbench: 8.*
Expand Down

0 comments on commit 09f457a

Please sign in to comment.