Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 authored Dec 14, 2023
1 parent 78c183f commit 5359824
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.1, 7.4, 8.1, 8.2, 8.3]
php: [7.2, 7.4, 8.1, 8.2, 8.3]
laravel: [10.*, 9.*, 5.5]
stability: [prefer-lowest, prefer-stable]
exclude:
- php: 7.1
- php: 7.2
laravel: 8.*
- php: 7.1
- php: 7.2
laravel: 9.*
- php: 7.1
- php: 7.2
laravel: 10.*
- php: 8.3
laravel: 5.5
Expand Down

0 comments on commit 5359824

Please sign in to comment.