Skip to content

Commit

Permalink
Update GitHub Actions Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Feb 3, 2024
1 parent 55ce55f commit 4272f8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ jobs:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2, 8.3]
laravel: [9.*, 10.*]
laravel: [9.*, 10.*, 11.*]
phpunit: [9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 10.*
php: 8.0
- laravel: 10.*
php: 8.0
- laravel: 9.*
Expand Down

0 comments on commit 4272f8d

Please sign in to comment.