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.",