diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e49b83..e4c29d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.4', '8.0'] + php: + - '7.4' + - '8.0' + - '8.1' + - '8.2' name: Linting - PHP ${{ matrix.php }} steps: