From 0f8f594eecde52bb5c39fc810dff72b707dbff8b Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Sat, 7 Oct 2023 16:54:11 +0700 Subject: [PATCH 1/2] Added PHP 8.2 to Github Actions (CI). --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e860a5..f85da1b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['7.4', '8.0', '8.1'] + php-version: ['7.4', '8.0', '8.1', '8.2'] steps: - uses: actions/checkout@v2 From aab3d348aec96f876ba47b99dce7d98a364437a1 Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Sat, 7 Oct 2023 21:41:20 +0700 Subject: [PATCH 2/2] Small code style fix. --- tests/data/TestClass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/TestClass.php b/tests/data/TestClass.php index 5fae3ad..70b9742 100644 --- a/tests/data/TestClass.php +++ b/tests/data/TestClass.php @@ -1,6 +1,6 @@