Skip to content

Commit

Permalink
make compatible with L12
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 14, 2025
1 parent 1f1c029 commit 928cfea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,22 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3, 8.4]
laravel: [10.*, 11.*]
laravel: [10.*, 11.*, 12.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: ^8.20
- laravel: 11.*
testbench: ^9.0
- laravel: 12.*
testbench: ^10.0
exclude:
- php: 8.1
laravel: 11.*
- php: 8.1
laravel: 12.*
- php: 8.2
laravel: 12.*
- php: 8.4
laravel: 10.*

Expand Down

0 comments on commit 928cfea

Please sign in to comment.