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 cc7221d commit 753e93fCopy full SHA for 753e93f
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ 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.8.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 &&
52
composer install --prefer-dist &&
53
echo "vendor/autoload.php" > composer.pth
54
0 commit comments