Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
Adds support for Laravel 10
  • Loading branch information
frknasir authored Feb 15, 2023
1 parent 675ea22 commit fc35c75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1]
laravel: [9.*]
php: [8.2, 8.1]
laravel: [10.*, 9.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*

Expand Down

0 comments on commit fc35c75

Please sign in to comment.