From 9ae12c07eb69207145b75e51e34c2ecb3c01768d Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Wed, 11 Sep 2024 10:44:59 +0200 Subject: [PATCH] CI: Add Alchemy 7.3 to tast matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e394c36..d1e6807 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: - "7.0-stable" - "7.1-stable" - "7.2-stable" + - "7.3-stable" ruby: - "3.1" - "3.2"