diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7700b5d6..2406c8fa 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -54,8 +54,8 @@ jobs: fail-fast: false matrix: php-version: - - "8.3" - "8.4" + - "8.5" steps: - name: "Checkout" uses: "actions/checkout@v4" @@ -104,6 +104,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" steps: - name: "Checkout" uses: "actions/checkout@v4"