Skip to content

Commit

Permalink
Merge branch 'main' into renovate/vscode-debugprotocol-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
zobo authored Jun 25, 2023
2 parents ebcafca + 4df70ce commit ac2a60c
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 ac2a60c

Please sign in to comment.