diff options
-rw-r--r-- | .github/workflows/ci-build.yml | 2 | ||||
-rw-r--r-- | bors.toml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4e2dc069..af66543e 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.2, 7.3, 7.4, 8.0] go: [1.14, 1.15] os: [ubuntu-latest] env: @@ -5,6 +5,8 @@ status = [ 'Build (PHP 7.3, Go 1.14, OS ubuntu-latest)', 'Build (PHP 7.4, Go 1.15, OS ubuntu-latest)', 'Build (PHP 7.4, Go 1.14, OS ubuntu-latest)', +'Build (PHP 8.0, Go 1.15, OS ubuntu-latest)', +'Build (PHP 8.0, Go 1.14, OS ubuntu-latest)', 'runner / golangci-lint', 'Build docker image',] |