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 df35b1f commit ff81cf5Copy full SHA for ff81cf5
.github/workflows/phpstan.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: [ ubuntu-latest ]
13
- php: [ '8.2', '8.3' ]
+ php: [ '8.1', '8.2', '8.3' ]
14
15
steps:
16
- uses: actions/checkout@v4
.github/workflows/setup_test.yml
@@ -9,13 +9,18 @@ jobs:
9
- laravel: [ 11.*, 10.* ]
+ laravel: [ 11.*, 10.*, 9.* ]
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