diff options
author | ΠΠΈΡΠ°Π»ΠΈΠΉ ΠΡΡΠ΅ΠΌΡΠ΅Π² <[email protected]> | 2020-11-30 00:37:57 +0300 |
---|---|---|
committer | ΠΠΈΡΠ°Π»ΠΈΠΉ ΠΡΡΠ΅ΠΌΡΠ΅Π² <[email protected]> | 2020-11-30 00:37:57 +0300 |
commit | 5e3231c481e7404e92db1daaabc4dd96dc949e5b (patch) | |
tree | 518d18597c6957387888c6147b7f2639c1ddaaf3 /.github | |
parent | 744e03e9effda59c35e9a4a359bb6a0503268210 (diff) |
PHP 8 ci
Diffstat (limited to '.github')
-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..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: |