summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-build.yml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-11-30 12:56:36 +0000
committerGitHub <[email protected]>2020-11-30 12:56:36 +0000
commita2e7b9ffc39ae982d63a1a87dc358447d35d8bc9 (patch)
tree2389d2e3756788a689a64cf12bcde7de38dccb27 /.github/workflows/ci-build.yml
parent561003b0b66a4f767782552a9282d824b08831be (diff)
parent9557eaed0dff03b1d550b608fd13d02c85532a1f (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.yml2
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: