Skip to content

Commit 6eac1c5

Browse files
committed
do not run laravel9 with php7
1 parent 88ca84a commit 6eac1c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [8.0, 7.4]
12+
php: [8.1, 8.0, 7.4]
1313
laravel: [9.*, 8.*, 7.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
15+
exclude:
16+
- laravel: 9.*
17+
php: 7.4
1518
timeout-minutes: 5
1619
env:
1720
GITHUB_SPONSORS_TOKEN: ${{ secrets.GH_SPONSORS_TOKEN }}

0 commit comments

Comments
 (0)