diff options
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: |