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 3432601 commit d352e1dCopy full SHA for d352e1d
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Install dependencies
53
run: >
54
- curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.6.1.sh > xp-run &&
+ curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.6.2.sh > xp-run &&
55
composer install --prefer-dist &&
56
echo "vendor/autoload.php" > composer.pth &&
57
echo "vendor/xp-framework/compiler/src/test/php" >> composer.pth
0 commit comments