Skip to content

Commit

Permalink
chore: Update GH Actions OS, PHP and Xdebug (#910)
Browse files Browse the repository at this point in the history
* chore: Update GA os to ubuntu-22.04

* Updating PHP and Xdebug for Actions.

* Update windows setup to latest available Xdebug PECL build
  • Loading branch information
zobo authored Jun 25, 2023
1 parent 66cd936 commit 4df70ce
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4df70ce

Please sign in to comment.