From 353e909e8b42499b5bf89217d4d6ec00466cb096 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 7 Oct 2024 16:46:57 +0200 Subject: [PATCH 1/2] ci: Add tests for PHP 8.4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index db431e18..18eda4d1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - php: ['8.1', '8.2', '8.3'] + php: ['8.1', '8.2', '8.3', '8.4'] deps: [highest] include: From ca3a4761be59ec8a6c09c12437cf38fbac6306fc Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Fri, 7 Mar 2025 08:50:19 +0100 Subject: [PATCH 2/2] ci: Add tests for PHP 8.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bf1b3f4c..f2fa26f3 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "phpunit/phpunit": "^10.2", - "vimeo/psalm": "^5.12" + "vimeo/psalm": "^5.26.1 || ^6.8.8" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"