We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e8640 commit c59e0f3Copy full SHA for c59e0f3
.github/workflows/tests.yaml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- php: ['8.2', '8.3']
+ php: ['8.2', '8.3', '8.4']
15
laravel: ['^10.0', '^11.0', '^12.0']
16
17
steps:
0 commit comments