Skip to content

Commit cf79662

Browse files
committed
Upgrade XP, use Dots runner
1 parent 8916baf commit cf79662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848

4949
- name: Install dependencies
5050
run: >
51-
curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.6.2.sh > xp-run &&
51+
curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.8.0.sh > xp-run &&
5252
composer install --prefer-dist &&
5353
echo "vendor/autoload.php" > composer.pth
5454
5555
- name: Run test suite
56-
run: sh xp-run xp.test.Runner src/test/php
56+
run: sh xp-run xp.test.Runner -r Dots src/test/php

0 commit comments

Comments
 (0)