Skip to content

Commit baeda92

Browse files
committed
Update test environment and work around segfault with Xdebug 3.5.0-dev
1 parent 41006f1 commit baeda92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- 7.3
2424
- 7.2
2525
- 7.1
26+
fail-fast: false
2627
steps:
2728
- uses: actions/checkout@v4
2829
- uses: shivammathur/setup-php@v2

.github/workflows/deploy2website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
Deploy:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- run: |
1414
curl -X POST -u ":${{ secrets.WEBSITE_PAT}}" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/clue/framework-x-website/actions/workflows/ci.yml/dispatches -d '{"ref":"main"}'

0 commit comments

Comments
 (0)