From 49a691b4176f8763ca1f47e368b3c251a364a08a Mon Sep 17 00:00:00 2001 From: mpyw Date: Tue, 4 Mar 2025 10:10:25 +0900 Subject: [PATCH 1/2] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20Test=20on=20PHP=208.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef0059d..6cee0ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [5.3, 5.4, 5.5, 5.6, '7.0', 7.1, 7.2, 7.3, 7.4, '8.0', 8.1, 8.2, 8.3] + php: [5.3, 5.4, 5.5, 5.6, '7.0', 7.1, 7.2, 7.3, 7.4, '8.0', 8.1, 8.2, 8.3, 8.4] flags: [''] include: - { php: 5.3, flags: --prefer-lowest } From c4ccd6a2233f1df81e57c93c9e03c3a8c898fe8f Mon Sep 17 00:00:00 2001 From: mpyw Date: Tue, 4 Mar 2025 10:10:40 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Support=20version?= =?UTF-8?q?=207.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f08a645..01dd8cb 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require": { "php": ">=5.3.3", - "sebastian/comparator": "^1.0 || ^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + "sebastian/comparator": "^1.0 || ^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { "phpunit/phpunit": ">=4.8"