Skip to content

Commit

Permalink
Update run-tests.yml for Laravel 9&10
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsaffar committed Jun 28, 2023
1 parent 88e8613 commit 010e2c1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [7.4]
laravel: [6.*, 7.*, 8.*]
php: [7.4, 8.0, 8.1]
laravel: [6.*, 7.*, 8.*, 9.*, 10.*]
dependency-version: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
Expand Down

0 comments on commit 010e2c1

Please sign in to comment.