diff options
author | Vitaly Artemev <[email protected]> | 2020-11-30 14:47:28 +0300 |
---|---|---|
committer | Vitaly Artemev <[email protected]> | 2020-11-30 14:47:28 +0300 |
commit | 06a87687b9fc1c62a7a0346e1634dc8f686ef8b3 (patch) | |
tree | 4df74af1b584672838b5c9783e83e541a1296b59 /.github/workflows | |
parent | 4e7bdc525777601be7891e5db29a36b5e97e1243 (diff) |
removed php 7.2
Diffstat (limited to '.github/workflows')
-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 af66543e..930d1c17 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.2, 7.3, 7.4, 8.0] + php: [7.3, 7.4, 8.0] go: [1.14, 1.15] os: [ubuntu-latest] env: |