From be0002bb10d3a7712558498662f97dd2319dd5c2 Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Fri, 28 Nov 2025 11:46:08 +0100 Subject: [PATCH] Update CI to support PHP 8.4 & 8.5. --- .github/workflows/ci.yml | 10 ++++++++-- composer.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eddc527..69cd547b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,18 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.3' + - operating-system: 'ubuntu-latest' + php-version: '8.4' + + - operating-system: 'ubuntu-latest' + php-version: '8.5' + - operating-system: 'windows-latest' - php-version: '8.3' + php-version: '8.5' job-description: 'on Windows' - operating-system: 'macos-latest' - php-version: '8.3' + php-version: '8.5' job-description: 'on macOS' name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }} diff --git a/composer.json b/composer.json index 0780e843..6f8e45cf 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "amphp/http-server": "^3", "kelunik/link-header-rfc5988": "^1", "psalm/phar": "~5.23", - "laminas/laminas-diactoros": "^2.3" + "laminas/laminas-diactoros": "^3.7" }, "suggest": { "ext-zlib": "Allows using compression for response bodies.",