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 53170e6 commit 3057ee2Copy full SHA for 3057ee2
.github/workflows/test-runner.yml
@@ -27,7 +27,7 @@ jobs:
27
fail-fast: true
28
matrix:
29
os: [ ubuntu-latest ]
30
- php: [ 7.4, 8.0, 8.1, 8.2 ]
+ php: [ 8.1, 8.2 ]
31
dependency-version: [ prefer-lowest, prefer-stable ]
32
33
name: ${{ matrix.os }} / PHP ${{ matrix.php }} / ${{ matrix.dependency-version }}
0 commit comments