Skip to content

Commit df35b1f

Browse files
committed
feat: remove outdate php versions
1 parent 28baab4 commit df35b1f

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ ubuntu-latest ]
13-
php: [ '8.1', '8.2', '8.3' ]
13+
php: [ '8.2', '8.3' ]
1414

1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/setup_test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,13 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ '8.1', '8.2', '8.3' ]
13-
laravel: [ 11.*, 10.*, 9.* ]
12+
php: [ '8.2', '8.3' ]
13+
laravel: [ 11.*, 10.* ]
1414
include:
1515
- laravel: 11.*
1616
testbench: 9.*
1717
- laravel: 10.*
1818
testbench: 8.*
19-
- laravel: 9.*
20-
testbench: 8.*
21-
exclude:
22-
- laravel: 11.*
23-
php: 8.1
2419
steps:
2520
- name: Setup PHP
2621
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)