Skip to content

Commit bd56503

Browse files
add PHP 8 to GitHub workflow so we can test
1 parent e0be907 commit bd56503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: [7.4, 7.3]
16-
laravel: [^8.0]
15+
php: [8.0, 7.4, 7.3]
16+
laravel: [^8.12]
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
1919

0 commit comments

Comments
 (0)