Skip to content

Commit 4df70ce

Browse files
authored
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
1 parent 66cd936 commit 4df70ce

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
matrix:
1414
include:
1515
# Latest versions
16-
- xdebug: xdebug-3.0.1 # renovate:keep-up-to-date
17-
php: '8.0' # renovate:keep-up-to-date
18-
os: ubuntu-18.04
19-
- xdebug: xdebug-3.0.1 # renovate:keep-up-to-date
20-
php: '8.0' # renovate:keep-up-to-date
21-
os: windows-2019
22-
- xdebug: xdebug-3.0.1 # renovate:keep-up-to-date
23-
php: '8.0' # renovate:keep-up-to-date
24-
os: macos-10.15
16+
- xdebug: xdebug-3.2.1 # renovate:keep-up-to-date
17+
php: '8.2' # renovate:keep-up-to-date
18+
os: ubuntu-22.04
19+
- xdebug: xdebug-3.1.3 # renovate:keep-up-to-date
20+
php: '8.1' # renovate:keep-up-to-date
21+
os: windows-2022
22+
- xdebug: xdebug-3.2.1 # renovate:keep-up-to-date
23+
php: '8.2' # renovate:keep-up-to-date
24+
os: macos-12
2525
# Old versions
2626
- xdebug: xdebug-2.9.8
2727
php: '7.4'
28-
os: ubuntu-18.04
28+
os: ubuntu-22.04
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Setup Node.js
@@ -62,7 +62,7 @@ jobs:
6262
- name: Upload coverage to Codecov
6363
uses: codecov/codecov-action@v3
6464
release:
65-
runs-on: ubuntu-18.04
65+
runs-on: ubuntu-22.04
6666
needs: test
6767
if: github.repository_owner == 'xdebug' && github.event_name == 'push' && github.ref == 'refs/heads/main'
6868
steps:

0 commit comments

Comments
 (0)