Skip to content

Commit eefabf6

Browse files
committed
remove php 8.0 because enum doesn't support
1 parent d021638 commit eefabf6

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
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
php: ['8.0', 8.1, 8.2]
18+
php: [8.1, 8.2]
1919
laravel: [9, 10]
2020
exclude:
2121
- php: '8.0'

0 commit comments

Comments
 (0)