From 5342886416b21ce82be5353f0c9174ebb44aabad Mon Sep 17 00:00:00 2001 From: Henrique Moody Date: Fri, 6 Dec 2024 15:00:38 +0100 Subject: [PATCH] testing with PHP 7.2 --- .github/workflows/continuous-integration.yml | 5 +++-- composer.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 943198e0..f070288d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -13,6 +13,7 @@ jobs: strategy: matrix: php-version: + - "7.2" - "7.3" - "7.4" - "8.0" @@ -61,7 +62,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: "7.3" + php-version: "7.2" ini-values: post_max_size=256M, max_execution_time=180 coverage: xdebug @@ -92,7 +93,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: "7.3" + php-version: "7.2" ini-values: post_max_size=256M, max_execution_time=180 - name: Install dependencies diff --git a/composer.json b/composer.json index d6cdce05..7e0e2eef 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": ">=7.3", + "php": ">=7.2", "ext-json": "*" }, "require-dev": {