Skip to content

Commit ff81cf5

Browse files
committed
Revert "feat: remove outdate php versions"
This reverts commit df35b1f.
1 parent df35b1f commit ff81cf5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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.2', '8.3' ]
13+
php: [ '8.1', '8.2', '8.3' ]
1414

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

.github/workflows/setup_test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ '8.2', '8.3' ]
13-
laravel: [ 11.*, 10.* ]
12+
php: [ '8.1', '8.2', '8.3' ]
13+
laravel: [ 11.*, 10.*, 9.* ]
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
1924
steps:
2025
- name: Setup PHP
2126
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)