diff options
author | Wolfy-J <[email protected]> | 2020-05-19 15:17:41 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-05-19 15:17:41 +0300 |
commit | c3c7165bf4dd5a9929f506c25ccf5d41c7b69c83 (patch) | |
tree | f7b632e8b9c3151e985ef9361077942af9c074b3 /.github/workflows/ci-build.yml | |
parent | 5b6269f1f505bd3ebda676a9e9c90f7b346deb78 (diff) | |
parent | 5600d806fbc0339d629501b45b09f8fc7f64e260 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r-- | .github/workflows/ci-build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6045fd57..57edc624 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: @@ -57,8 +57,8 @@ jobs: - name: Install Composer dependencies run: composer install --prefer-dist --no-interaction --no-suggest # --prefer-source - - name: Analyze PHP sources - run: composer analyze +# - name: Analyze PHP sources +# run: composer analyze - name: Install Go dependencies run: go mod download |