Commit 727c2914 authored by Ditty's avatar Ditty

Remove php 7.1

Remove php 7.1 which is EOL.
parent ff9fa5e6
...@@ -11,7 +11,7 @@ jobs: ...@@ -11,7 +11,7 @@ jobs:
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
strategy: strategy:
matrix: matrix:
php: ['7.1', '7.2', '7.3', '7.4'] php: ['7.2', '7.3', '7.4']
os: ['ubuntu-latest'] os: ['ubuntu-latest']
mongodb: ['3.6', '4.0', '4.2'] mongodb: ['3.6', '4.0', '4.2']
services: services:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment