From 8ab1321e692887ec35189d9b00aa27cdeab04fd8 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 21 Dec 2020 23:25:48 +0300 Subject: Add 7.2 to the CI --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/build.yml') 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 }} -- cgit v1.2.3 From 0bd922da886181a777e069baac6da1cbe19b5456 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 21 Dec 2020 23:44:40 +0300 Subject: Add some time to the tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c82f904e..04208eeb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: golang: name: Build (Go ${{ matrix.go }}, PHP ${{ matrix.php }}) runs-on: ubuntu-20.04 - timeout-minutes: 10 + timeout-minutes: 20 strategy: fail-fast: false matrix: -- cgit v1.2.3