diff options
author | Valery Piashchynski <[email protected]> | 2020-12-01 16:59:06 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-01 16:59:06 +0300 |
commit | 84c8234ec01ad1d5ea5f0a8c7dbca9a3012bcb2b (patch) | |
tree | d70f1d5fb0f36821825d0805d71f22940ec6a1af /.github | |
parent | 2ac6d3192fbd43f0911d7c87f394fd0839b0fcfa (diff) | |
parent | 70910821a0ffb10316f9970a2fec4c3379d10675 (diff) |
Merge branch 'release_2.0' into plugin/headers
# Conflicts:
# static_pool_test.go
Diffstat (limited to '.github')
-rwxr-xr-x | .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 6a7af214..c64f0f11 100755 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ 7.4 ] + php: [ 7.4, 8.0 ] go: [ 1.14, 1.15 ] os: [ ubuntu-20.04 ] env: @@ -55,7 +55,7 @@ jobs: restore-keys: ${{ runner.os }}-composer- - name: Install Composer dependencies - run: composer install --prefer-dist --no-interaction --no-suggest # --prefer-source + run: composer install --prefer-dist --no-interaction # - name: Analyze PHP sources # run: composer analyze |