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 22957b7 commit 515c61fCopy full SHA for 515c61f
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
php: ['8.0', '8.1', '8.2', '8.3']
14
- laravel: [9.*, 10.*, 11.*]
+ laravel: [9.*, 10.*, 11.*, 12.*]
15
stability: [prefer-lowest, prefer-stable]
16
include:
17
- laravel: 9.*
@@ -20,6 +20,8 @@ jobs:
20
testbench: 8.*
21
- laravel: 11.*
22
testbench: 9.*
23
+ - laravel: 12.*
24
+ testbench: 10.*
25
exclude:
26
27
php: 8.3
@@ -29,7 +31,10 @@ jobs:
29
31
php: 8.0
30
32
33
php: 8.1
-
34
35
+ php: 8.0
36
37
+ php: 8.1
38
steps:
39
- name: Checkout code
40
uses: actions/checkout@v3
0 commit comments