diff options
author | Valery Piashchynski <[email protected]> | 2020-12-21 23:25:48 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-21 23:25:48 +0300 |
commit | 8ab1321e692887ec35189d9b00aa27cdeab04fd8 (patch) | |
tree | 9f8e59000bf7e9c07c8c5bf4244d12188bbf9546 | |
parent | f9a3b67ca11d332fcb22a25ae663438876f84424 (diff) |
Add 7.2 to the CI
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bcbd657..c82f904e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,11 +14,11 @@ jobs: php: name: Build (PHP ${{ matrix.php }}, ${{ matrix.setup }} setup) runs-on: ubuntu-20.04 - timeout-minutes: 6 + timeout-minutes: 10 strategy: fail-fast: false matrix: - php: [ '7.3', '7.4', '8.0' ] + php: [ '7.2', '7.3', '7.4', '8.0' ] setup: [ basic, lowest ] steps: - name: Set up PHP ${{ matrix.php }} @@ -65,7 +65,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.3', '7.4', '8.0' ] + php: [ '7.2', '7.3', '7.4', '8.0' ] go: [ '1.14', '1.15' ] steps: - name: Set up Go ${{ matrix.go }} |