From e3962b56a326c51c445dd23d95bfc129ee084bd1 Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Thu, 30 Nov 2023 10:10:01 +0100 Subject: [PATCH] bump required php version to 7.3 --- .github/workflows/php.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index ec8c032..1ddd9ac 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] + php-versions: [ '7.3', '8.0', '8.3' ] steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index af0baa4..d10314c 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": ">=7.0" + "php": ">=7.3" }, "require-dev": { "phpunit/phpunit": "9.6.*",