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 126a273 commit 5c7b0dcCopy full SHA for 5c7b0dc
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- php: ["8.1"]
+ php: ["8.1", "8.0"]
17
dependency-version: [prefer-lowest, prefer-stable]
18
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
19
0 commit comments