We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824ba43 commit b52212cCopy full SHA for b52212c
.github/workflows/run-tests.yml
@@ -15,10 +15,12 @@ jobs:
15
fail-fast: true
16
matrix:
17
php: [8.0, 8.1]
18
- laravel: [8.*, 9.*]
+ laravel: [8.*, 9.*, 10.*]
19
dependency-version: [prefer-stable]
20
os: [ubuntu-latest]
21
include:
22
+ - laravel: 10.*
23
+ testbench: 8.*
24
- laravel: 9.*
25
testbench: 7.*
26
- laravel: 8.*
0 commit comments