Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trippo committed Nov 4, 2024
1 parent c2cfee8 commit d1f98ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
laravel: [8.*, 9.*, 10.*, 11.*]
os: [ubuntu-latest]
laravel: [9.*, 10.*, 11.*]
php: [8.1, 8.2, 8.3]
stability: [prefer-lowest, prefer-stable]
exclude:
- laravel: '11'
- laravel: 11.*
php: 8.1
include:
- laravel: 9.*
Expand Down

0 comments on commit d1f98ff

Please sign in to comment.