Skip to content

Commit 378433a

Browse files
committed
Add PHP 8 in the test matrix
1 parent e1e13fd commit 378433a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [8.2, 8.1]
13+
php: [8.2, 8.1, 8.0]
1414
laravel: [10.*, 9.*, 8.*]
1515
dependency-version: [prefer-lowest, prefer-stable]
1616
include:

0 commit comments

Comments
 (0)