diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45ccd5f..155adc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,9 @@ jobs: matrix: php-version: - "8.2" + - "8.3" + - "8.4" + - "8.5" steps: - name: Checkout repository