diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 537c81aeeb..398fe5a813 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -95,7 +95,7 @@ jobs: max-parallel: 8 matrix: operatingSystem: [ubuntu-latest, windows-latest] - phpVersion: ['8.1', '8.2', '8.3', '8.4'] + phpVersion: ['8.1', '8.2', '8.3', '8.4', '8.5'] fail-fast: false runs-on: ${{ matrix.operatingSystem }} name: ${{ matrix.operatingSystem }} / PHP ${{ matrix.phpVersion }}