We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e13fd commit 378433aCopy full SHA for 378433a
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- php: [8.2, 8.1]
+ php: [8.2, 8.1, 8.0]
14
laravel: [10.*, 9.*, 8.*]
15
dependency-version: [prefer-lowest, prefer-stable]
16
include:
0 commit comments