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 28baab4 commit df35b1fCopy full SHA for df35b1f
.github/workflows/phpstan.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: [ ubuntu-latest ]
13
- php: [ '8.1', '8.2', '8.3' ]
+ php: [ '8.2', '8.3' ]
14
15
steps:
16
- uses: actions/checkout@v4
.github/workflows/setup_test.yml
@@ -9,18 +9,13 @@ jobs:
9
- laravel: [ 11.*, 10.*, 9.* ]
+ laravel: [ 11.*, 10.* ]
include:
- laravel: 11.*
testbench: 9.*
17
- laravel: 10.*
18
testbench: 8.*
19
- - laravel: 9.*
20
- testbench: 8.*
21
- exclude:
22
- - laravel: 11.*
23
- php: 8.1
24
25
- name: Setup PHP
26
uses: shivammathur/setup-php@v2
0 commit comments