From cf47303fa2f11ce545a18a80454374f4ad7c75c8 Mon Sep 17 00:00:00 2001 From: Andrew Novoselac Date: Mon, 29 Jul 2024 09:57:19 -0400 Subject: [PATCH] Add 3.2.5 to list of ruby versions --- .github/workflows/publish-new-image-version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-new-image-version.yaml b/.github/workflows/publish-new-image-version.yaml index 48883bb..2cc8e17 100644 --- a/.github/workflows/publish-new-image-version.yaml +++ b/.github/workflows/publish-new-image-version.yaml @@ -17,6 +17,7 @@ jobs: - 3.3.2 - 3.3.1 - 3.3.0 + - 3.2.5 - 3.2.4 - 3.2.3 - 3.2.1