Skip to content

Commit d996726

Browse files
committed
Add PHP 8 to test matrix
1 parent 1cad0f1 commit d996726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
phpunit:
1414
strategy:
1515
matrix:
16-
php: [7.4, 7.3, 7.2]
16+
php: [8.0, 7.4, 7.3, 7.2]
1717
laravel: [8.*, 7.*, 6.*]
1818
os: [ubuntu-latest, windows-latest]
1919

0 commit comments

Comments
 (0)