From 1efa41086b561999c57d195dc7181130593e9750 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Mon, 20 Nov 2023 21:30:49 +0100 Subject: [PATCH] Upgrade XP runners --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4940126..9424ae7 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Install dependencies run: > - 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 && sh .github/workflows/composer.sh - name: Run test suite