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