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 8916baf commit cf79662Copy full SHA for cf79662
.github/workflows/ci.yml
@@ -48,9 +48,9 @@ jobs:
48
49
- name: Install dependencies
50
run: >
51
- curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.6.2.sh > xp-run &&
+ curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.8.0.sh > xp-run &&
52
composer install --prefer-dist &&
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