diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 023a450c..0379b812 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,13 +13,13 @@ jobs: matrix: include: # Latest versions - - xdebug: xdebug-3.2.1 # renovate:keep-up-to-date + - xdebug: xdebug-3.3.2 # renovate:keep-up-to-date php: '8.2' # renovate:keep-up-to-date os: ubuntu-22.04 - - xdebug: xdebug-3.1.3 # renovate:keep-up-to-date + - xdebug: xdebug-3.3.2 # renovate:keep-up-to-date php: '8.1' # renovate:keep-up-to-date os: windows-2022 - - xdebug: xdebug-3.2.1 # renovate:keep-up-to-date + - xdebug: xdebug-3.3.2 # renovate:keep-up-to-date php: '8.2' # renovate:keep-up-to-date os: macos-12 # Old versions