diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7cbb785..eff7723 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.4] + php: [7.4, 8.1, 8.2, 8.3] steps: - uses: actions/checkout@v4