Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnott authored Feb 11, 2025
1 parent 9e7bb16 commit e4318c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
fail-fast: false
matrix:
php: [8.4, 8.3, 8.2, 8.1]
laravel: [^11, ^10]
laravel: [^12, ^11, ^10]
dependency-version: [prefer-stable]
exclude:
- laravel: ^12
php: 8.1
- laravel: ^11
php: 8.1

Expand Down

0 comments on commit e4318c2

Please sign in to comment.