diff options
author | Valery Piashchynski <[email protected]> | 2020-11-30 18:20:55 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-30 18:20:55 +0300 |
commit | b9ddb1069352e36f97b1b9a4279d38e18329207a (patch) | |
tree | 4059cf2833c2169f6430edb60ad733c096499ad2 /.github | |
parent | 0a5116e9dcce76c8f845f4fdda41d448f3e38955 (diff) |
PHP 8.0 in RR2
Diffstat (limited to '.github')
-rwxr-xr-x | .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 6a7af214..d1b524c0 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: |