From 5a9cbdbc82905c5cf2ff51d865207769fd2d143d Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Mon, 20 Jan 2025 17:36:53 +0100 Subject: [PATCH] CI: Add Alchemy 7.4-stable branch to test matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2957fb..b6acc90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: alchemy: - "7.2-stable" - "7.3-stable" + - "7.4-stable" solidus: - "v4.1" - "v4.2"