diff options
author | Valery Piashchynski <[email protected]> | 2020-02-27 16:51:08 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-27 16:51:08 +0300 |
commit | 365a0527755ac8da159a75c69761dacbd4b4ef05 (patch) | |
tree | 7a1dbf8fae4394e0e97e02b4dada939d96d68617 /.github/workflows/ci-build.yml | |
parent | eaab15a7a9089b6c660b313f0f4cd3ed4ca93a1d (diff) |
Remove go 1.12 from the tests
Diffstat (limited to '.github/workflows/ci-build.yml')
-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 19ba0857..7c28ca76 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: php: [7.1, 7.2, 7.3, 7.4] - go: [1.12, 1.13, 1.14] + go: [1.13, 1.14] os: [ubuntu-latest, macOS-latest] env: GO111MODULE: on |