Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Feb 9, 2024
1 parent e813514 commit 00f0b54
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 @@ -13,9 +13,9 @@ jobs:
fail-fast: true
max-parallel: 1
matrix:
os: [ubuntu-latest, windows-latest]
os: [ ubuntu-latest, windows-latest ]
php: [ 7.2, 7.3, 7.4, 8.0, 8.2, 8.3 ]
laravel: [ 6, 7, 8, 9, 10.* ]
laravel: [ 6.*, 7.*, 8.*, 9.*, 10.* ]
stability: [ prefer-lowest, prefer-stable ]
include:
- laravel: 6.*
Expand Down

0 comments on commit 00f0b54

Please sign in to comment.