We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e854d7f commit ad59b84Copy full SHA for ad59b84
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- php: [8.2, 8.3]
+ php: [8.2, 8.3, 8.4]
13
laravel: [11.*]
14
phpunit: [10.*]
15
stability: [prefer-lowest, prefer-stable]
0 commit comments