Skip to content

Commit

Permalink
for laravel 11 compatibilty
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanik Kumar committed Aug 23, 2024
1 parent 82c5c42 commit 6c7c524
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 8.1, 8.2]
laravel: [^8.83.27, ^9.51.0, ^10.0.0]
laravel: [^8.83.27, ^9.51.0, ^10.0.0, ^11.1.0]
testbench: [^6.25.1, ^7.22.0, ^9.0.0]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: ^11.1.0
testbench: ^9.0.0
- laravel: ^10.0.0
testbench: ^8.0.0
- laravel: ^9.51.0
Expand Down

0 comments on commit 6c7c524

Please sign in to comment.