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