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 Jan 24, 2023
1 parent ec5858c commit 48c3b64
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 @@ -10,9 +10,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1, 8.0]
laravel: [9.*, 8.*]
laravel: [9.*, 8.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
Expand Down

0 comments on commit 48c3b64

Please sign in to comment.