We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d021638 commit eefabf6Copy full SHA for eefabf6
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: true
17
matrix:
18
- php: ['8.0', 8.1, 8.2]
+ php: [8.1, 8.2]
19
laravel: [9, 10]
20
exclude:
21
- php: '8.0'
0 commit comments