From cd29798eacf9a4faf810bf5d3042bf2a8407bbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=CC=81s=CC=8C=20Holeczy?= Date: Sat, 10 May 2025 11:35:00 +0200 Subject: [PATCH 1/2] Bump dependencies to allow PHP 8.4 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4290d32..6a2f373 100644 --- a/composer.json +++ b/composer.json @@ -11,17 +11,17 @@ ], "require": { "php": ">=8.1", - "azjezz/psl": "^2.5", + "azjezz/psl": "^2.5 || ^3.0", "cuyz/valinor": "^1.9", "psr/log": "^1.1 || ^2.0 || ^3.0", "setono/html-element": "^1.0", "symfony/options-resolver": "^4.4 || ^5.4 || ^6.0 || ^7.0" }, "require-dev": { - "infection/infection": "^0.27", + "infection/infection": "^0.29", "php-standard-library/psalm-plugin": "^2.3", "phpunit/phpunit": "^9.6", - "psalm/plugin-phpunit": "^0.18", + "psalm/plugin-phpunit": "^0.19", "setono/code-quality-pack": "^2.6" }, "prefer-stable": true, From 83334877883efcb056a1046e3a262872c52ecee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=CC=81s=CC=8C=20Holeczy?= Date: Sat, 10 May 2025 12:18:42 +0200 Subject: [PATCH 2/2] Add PHP 8.4 to tests --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9436a59..8bc327f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -55,6 +55,7 @@ jobs: php-version: - "8.1" - "8.2" + - "8.4" dependencies: - "lowest" @@ -93,6 +94,7 @@ jobs: php-version: - "8.1" - "8.2" + - "8.4" dependencies: - "lowest" @@ -127,6 +129,7 @@ jobs: php-version: - "8.1" - "8.2" + - "8.4" dependencies: - "lowest" @@ -200,6 +203,7 @@ jobs: matrix: php-version: - "8.2" + - "8.4" dependencies: - "highest"