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 82e27ea commit bd1218fCopy full SHA for bd1218f
.github/workflows/run-tests.yml
@@ -22,21 +22,9 @@ jobs:
22
strategy:
23
fail-fast: true
24
matrix:
25
- php: [8.1, 8.2, 8.3]
26
- laravel: [10.*, 11.*]
+ php: [8.2, 8.3]
+ laravel: [11.*]
27
dependency-version: [prefer-stable]
28
- include:
29
- - laravel: 10.*
30
- testbench: 8.*
31
- - laravel: 11.*
32
- testbench: 9.*
33
- exclude:
34
35
- php: 8.0
36
37
- php: 8.1
38
39
40
41
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
42
0 commit comments