We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a522d1 commit eeecf8dCopy full SHA for eeecf8d
.github/workflows/run-tests.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- php: [7.4,8.0,8.1,8.2]
+ php: [7.4, 8.0, 8.1]
14
dependency-version: [prefer-lowest, prefer-stable]
15
os: [ubuntu-latest, windows-latest]
16
0 commit comments