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 1, 2023
1 parent f40646b commit f3a2df9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ jobs:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1]
laravel: [6.0, 7.0, 8.0, 9.0]
laravel: [6.0, 7.0, 8.0, 9.0, 10.0]
exclude:
- php: 7.3
laravel: 10.0
- php: 7.4
laravel: 10.0
- php: 8.0
laravel: 10.0
- php: 7.3
laravel: 9
- php: 7.4
Expand Down

0 comments on commit f3a2df9

Please sign in to comment.