From 5cb353d1aceb97f0aaefa9296f0e520b2f6a44da Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Sat, 18 May 2024 22:07:04 +0200 Subject: [PATCH] Only test Alchemy 7.2.0.b We need current main branch of Alchemy because the Link Dialog has a breaking change and do not support older Alchemy versions anymore. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b86812a..089c9bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,7 @@ jobs: - "3.2" - "3.3" alchemy: - - "7.0" - - "7.1" + - "main" solidus: - "4.0" - "4.1"