diff options
author | Valery Piashchynski <[email protected]> | 2020-02-26 18:12:40 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-26 18:12:40 +0300 |
commit | 53859e193b89082c83d7a190baa97892075d259c (patch) | |
tree | 7791c8bf6f4d17f349f267c44ffb130edc9cf2b3 /.github | |
parent | 038517ca5e4e8d53614ca406fd2edda306a58875 (diff) |
Test update
Ci remove windows
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-build.yml | 4 |
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: |