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 5f395ef commit 2cc14a4Copy full SHA for 2cc14a4
.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:
@@ -54,4 +54,4 @@ jobs:
54
echo "vendor/xp-framework/compiler/src/test/php" >> composer.pth
55
56
- name: Run test suite
57
- 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