diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-11-30 12:56:36 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-30 12:56:36 +0000 |
commit | a2e7b9ffc39ae982d63a1a87dc358447d35d8bc9 (patch) | |
tree | 2389d2e3756788a689a64cf12bcde7de38dccb27 /.github/workflows/ci-build.yml | |
parent | 561003b0b66a4f767782552a9282d824b08831be (diff) | |
parent | 9557eaed0dff03b1d550b608fd13d02c85532a1f (diff) |
Merge #419
419: Allow PHP 8.0 r=48d90782 a=VitalyArt
Co-authored-by: ΠΠΈΡΠ°Π»ΠΈΠΉ ΠΡΡΠ΅ΠΌΡΠ΅Π² <[email protected]>
Co-authored-by: Vitaly Artemev <[email protected]>
Diffstat (limited to '.github/workflows/ci-build.yml')
-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 4e2dc069..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] + php: [7.3, 7.4, 8.0] go: [1.14, 1.15] os: [ubuntu-latest] env: |