Skip to content

Commit

Permalink
Update GitHub Actions for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 2, 2023
1 parent 4f08a3d commit 9a2cb76
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.0, 7.4]
laravel: [8.*, 9.*]
laravel: [8.*, 9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: 10.*
php: 8.0
- laravel: 10.*
php: 7.4
- laravel: 9.*
php: 7.4
include:
- laravel: 10.*
testbench: ^8.0
- laravel: 8.*
testbench: ^6.23
- laravel: 9.*
Expand Down

0 comments on commit 9a2cb76

Please sign in to comment.