Skip to content

Commit 4014e36

Browse files
Test support of php 81
Ref #34480
1 parent 1bfd633 commit 4014e36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.3, 7.4, 8.0]
12+
php: [7.3, 7.4, 8.0, 8.1]
1313
laravel: [8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 8.*
1717
testbench: 6.*
18+
exclude:
19+
- php: 8.1
20+
laravel: 8.*
21+
dependency-version: prefer-lowest
1822

1923
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2024

0 commit comments

Comments
 (0)