We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca6671 commit d7fb0c2Copy full SHA for d7fb0c2
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
if: "!contains(github.event.head_commit.message, 'skip ci')"
12
name: PHP ${{ matrix.php-versions }} on ${{ matrix.os }}
13
runs-on: ${{ matrix.os }}
14
- continue-on-error: ${{ matrix.php-versions >= '8.3' }}
+ continue-on-error: ${{ matrix.php-versions >= '8.4' }}
15
strategy:
16
fail-fast: false
17
matrix:
@@ -53,4 +53,4 @@ jobs:
53
echo "vendor/autoload.php" > composer.pth
54
55
- name: Run test suite
56
- run: sh xp-run xp.test.Runner src/test/php
+ run: sh xp-run xp.test.Runner -r Dots src/test/php
0 commit comments