From cc1aacbf57e0a6e0ba4526d593b3f57701ae30be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=A5=EB=B0=B1=ED=98=B8?= Date: Tue, 31 Mar 2026 00:08:52 +0200 Subject: [PATCH 1/3] chore: bump PHP ^8.2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2d938f4..c69ff0d 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": ">=8.1" + "php": "^8.2" }, "require-dev": { "phpunit/phpunit": "^10.0" @@ -26,4 +26,4 @@ } }, "minimum-stability": "stable" -} \ No newline at end of file +} From 69090b0e6a95b5e99afc7c98da9010ea8d81eabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=A5=EB=B0=B1=ED=98=B8?= Date: Tue, 31 Mar 2026 00:09:50 +0200 Subject: [PATCH 2/3] ci: update php-version matrix --- .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 348373a..f04e1ec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['8.1', '8.2', '8.3'] + php-version: ['8.2', '8.3', '8.4', '8.5'] steps: - uses: actions/checkout@v3 From d4eb5fe4d9a513e5ff7485846a2444ee3ecade3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=A5=EB=B0=B1=ED=98=B8?= Date: Tue, 31 Mar 2026 00:14:43 +0200 Subject: [PATCH 3/3] ci: update branch target --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f04e1ec..5891a03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: Run Tests on: push: - branches: [1.x] + branches: [2.x] pull_request: - branches: [1.x] + branches: [2.x] jobs: test: