From 2b7df9a565943abf381143eabacd3b1e2567865a Mon Sep 17 00:00:00 2001 From: Ronan Chilvers Date: Thu, 12 Sep 2024 08:10:00 +0100 Subject: [PATCH 1/2] Drop support for PHP 7.X --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15b9104..8b04955 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,13 +8,13 @@ jobs: fail-fast: true matrix: operating-system: ['ubuntu-latest'] - php-versions: ['7.3', '7.4'] + php-versions: ['8.0', '8.2'] experimental: [false] include: - - php-versions: '8.0' + - php-versions: '8.1' operating-system: 'ubuntu-latest' experimental: true - - php-versions: '8.1' + - php-versions: '8.3' operating-system: 'ubuntu-latest' experimental: true name: PHP ${{ matrix.php-versions }} From 667a19cd2df21d5cec47a9e579bf56954aa80ef1 Mon Sep 17 00:00:00 2001 From: Ronan Chilvers Date: Thu, 12 Sep 2024 08:10:49 +0100 Subject: [PATCH 2/2] Update PHP requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 610f7e8..5c9e773 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "guzzlehttp/guzzle": "^6.4", "monolog/monolog": "^1.23", "pda/pheanstalk": "^4.0", - "php": "^7.3||^8.0", + "php": "^8.0", "respect/validation": "^1.1", "robmorgan/phinx": "^0.12.0", "ronanchilvers/container-bridge-slim": "~1.0",