From 97983ba7f91ea6e2c2792a394a88d83800c4c11a Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 8 Apr 2020 17:20:07 +0300 Subject: remved php 7.1 and 7.2 as old --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index f62220d1..6045fd57 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.1, 7.2, 7.3, 7.4] + php: [7.3, 7.4] go: [1.13, 1.14] os: [ubuntu-latest] env: -- cgit v1.2.3