We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48f5f6 commit 74f7afaCopy full SHA for 74f7afa
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: true
10
matrix:
11
- php: [ 8.0, 8.1 ]
+ php: [ 7.4, 8.0, 8.1 ]
12
dependency-version: [prefer-stable]
13
14
name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}
0 commit comments