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 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 @@