diff options
author | Valery Piashchynski <[email protected]> | 2020-05-05 16:12:39 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-05-05 16:12:39 +0300 |
commit | 98aa7a313465e46809565fe94f9f21ebf52154ce (patch) | |
tree | 90785664c51b01eb0d7a843b182908173198bcfd /.github | |
parent | 670a6de77a0aee53296ac8741853cbec1b416f8d (diff) |
release 1.8.0
Diffstat (limited to '.github')
-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 6045fd57..c85aa6c9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.3, 7.4] + php: [7.2, 7.3, 7.4] go: [1.13, 1.14] os: [ubuntu-latest] env: |