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