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 3faf79b commit f8cd800Copy full SHA for f8cd800
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Install dependencies
51
run: >
52
- curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-9.1.0.sh > xp-run &&
+ curl -sSL https://github.com/xp-runners/reference/releases/download/v9.2.0/xp-run-9.2.0.sh > xp-run &&
53
composer install --prefer-dist &&
54
echo "vendor/autoload.php" > composer.pth
55
0 commit comments