summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-26 18:12:40 +0300
committerValery Piashchynski <[email protected]>2020-02-26 18:12:40 +0300
commit53859e193b89082c83d7a190baa97892075d259c (patch)
tree7791c8bf6f4d17f349f267c44ffb130edc9cf2b3 /.github
parent038517ca5e4e8d53614ca406fd2edda306a58875 (diff)
Test update
Ci remove windows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 468d39fd..19ba0857 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
php: [7.1, 7.2, 7.3, 7.4]
- go: [1.12, 1.13]
- os: [ubuntu-latest, macOS-latest, windows-latest]
+ go: [1.12, 1.13, 1.14]
+ os: [ubuntu-latest, macOS-latest]
env:
GO111MODULE: on
steps: