We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2bf87 commit 31ee326Copy full SHA for 31ee326
.github/workflows/build-ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{matrix.os}}
12
strategy:
13
matrix:
14
- php: ['7.1', '7.2', '7.3', '7.4']
+ php: ['7.2', '7.3', '7.4']
15
os: ['ubuntu-latest']
16
mongodb: ['3.6', '4.0', '4.2']
17
services:
0 commit comments