We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6484d2b commit 81dbad7Copy full SHA for 81dbad7
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- php: [ 7.3, 7.4, 8.0 ]
+ php: [ 7.3, 7.4, 8.0, 8.1 ]
19
laravel: [ 7.*, 8.*, 9.* ]
20
dependency-version: [ prefer-lowest, prefer-stable ]
21
include:
0 commit comments