diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b901a4a6..e6531a83 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,6 +22,12 @@ jobs: - php: '8.1' phpunit: 'phpunit-integration-legacy.xml' coverage: 'integration' + - php: '8.2' + phpunit: 'phpunit.xml' + coverage: 'unit' + - php: '8.2' + phpunit: 'phpunit-integration-legacy.xml' + coverage: 'integration' steps: - uses: actions/checkout@v2