diff options
author | Valery Piashchynski <[email protected]> | 2020-04-08 17:20:07 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-04-08 17:20:07 +0300 |
commit | 97983ba7f91ea6e2c2792a394a88d83800c4c11a (patch) | |
tree | 24537b7625716b134f37a49d19668677ac9e3ae1 | |
parent | 1a43203c7f9c2a1b933315848dac0b8dde614d18 (diff) |
remved php 7.1 and 7.2 as old
-rw-r--r-- | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |