diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a82946161..24e5dc6e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,9 +25,8 @@ jobs: fail-fast: false matrix: php-version: - - "7.4" - - "8.0" - - "8.1.1" + - "8.1" + - "8.2" name: PHP ${{ matrix.php-version }}