diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 92a68854f63..cd1a0c804b0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - php-versions: ['8.2', '8.3', '8.4'] + php-versions: ['8.2', '8.3', '8.4', '8.5'] runs-on: ${{ matrix.os }} timeout-minutes: 3