From 4df70ce67646e87197d34b6d05ad7006c54b2b67 Mon Sep 17 00:00:00 2001 From: Damjan Cvetko Date: Sun, 25 Jun 2023 15:33:56 +0200 Subject: [PATCH] chore: Update GH Actions OS, PHP and Xdebug (#910) * chore: Update GA os to ubuntu-22.04 * Updating PHP and Xdebug for Actions. * Update windows setup to latest available Xdebug PECL build --- .github/workflows/build.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28d522a3..023a450c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,19 +13,19 @@ jobs: matrix: include: # Latest versions - - xdebug: xdebug-3.0.1 # renovate:keep-up-to-date - php: '8.0' # renovate:keep-up-to-date - os: ubuntu-18.04 - - xdebug: xdebug-3.0.1 # renovate:keep-up-to-date - php: '8.0' # renovate:keep-up-to-date - os: windows-2019 - - xdebug: xdebug-3.0.1 # renovate:keep-up-to-date - php: '8.0' # renovate:keep-up-to-date - os: macos-10.15 + - xdebug: xdebug-3.2.1 # 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 + php: '8.1' # renovate:keep-up-to-date + os: windows-2022 + - xdebug: xdebug-3.2.1 # renovate:keep-up-to-date + php: '8.2' # renovate:keep-up-to-date + os: macos-12 # Old versions - xdebug: xdebug-2.9.8 php: '7.4' - os: ubuntu-18.04 + os: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Setup Node.js @@ -62,7 +62,7 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 release: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 needs: test if: github.repository_owner == 'xdebug' && github.event_name == 'push' && github.ref == 'refs/heads/main' steps: