summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-27 16:51:08 +0300
committerValery Piashchynski <[email protected]>2020-02-27 16:51:08 +0300
commit365a0527755ac8da159a75c69761dacbd4b4ef05 (patch)
tree7a1dbf8fae4394e0e97e02b4dada939d96d68617 /.github
parenteaab15a7a9089b6c660b313f0f4cd3ed4ca93a1d (diff)
Remove go 1.12 from the tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-build.yml2
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