We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41006f1 commit 5648befCopy full SHA for 5648bef
.github/workflows/ci.yml
@@ -23,11 +23,13 @@ jobs:
23
- 7.3
24
- 7.2
25
- 7.1
26
+ fail-fast: false
27
steps:
28
- uses: actions/checkout@v4
29
- uses: shivammathur/setup-php@v2
30
with:
31
php-version: ${{ matrix.php }}
32
+ extensions: xdebug-stable # temporarily force stable Xdebug due to segfault with Xdebug 3.5.0-dev
33
coverage: xdebug
34
ini-file: development
35
- run: composer install
.github/workflows/deploy2website.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
Deploy:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
12
13
- run: |
14
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