diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b778a41..fd3f2d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2', '8.3'] + php: ['8.1', '8.2'] name: Validate and test on PHP ${{ matrix.php }} steps: - uses: actions/checkout@v4