From 849a734863f05d912002dc1ac5774d015364775c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sun, 25 Jan 2026 21:16:33 +0100 Subject: [PATCH] Run tests on PHP 8.4 and update test environment --- .github/workflows/ci.yml | 5 +++-- composer.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb806fa..83672ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,11 @@ on: jobs: PHPUnit: name: PHPUnit (PHP ${{ matrix.php }}) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: php: + - 8.4 - 8.3 - 8.2 - 8.1 @@ -25,7 +26,7 @@ jobs: - 5.4 - 5.3 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} diff --git a/composer.json b/composer.json index ef24590..31da6ee 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,13 @@ "react/promise-stream": "^1.6", "react/socket": "^1.16", "react/stream": "^1.4", - "rize/uri-template": "^0.3" + "rize/uri-template": "^0.4 || ^0.3" }, "require-dev": { "clue/caret-notation": "^0.2", "clue/tar-react": "^0.2", "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", - "react/async": "^4.2 || ^3 || ^2" + "react/async": "^4.3 || ^3 || ^2" }, "autoload": { "psr-4": {