From 37f20732af9e25e9746d702cef58c101fb267dbf Mon Sep 17 00:00:00 2001 From: Andrew Novoselac Date: Tue, 23 Apr 2024 09:24:07 -0400 Subject: [PATCH] Include new patch versions in the publish-new-image-version workflow --- .github/workflows/publish-new-image-version.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-new-image-version.yaml b/.github/workflows/publish-new-image-version.yaml index e533f56..d0863a1 100644 --- a/.github/workflows/publish-new-image-version.yaml +++ b/.github/workflows/publish-new-image-version.yaml @@ -12,16 +12,20 @@ jobs: fail-fast: false matrix: RUBY_VERSION: + - 3.3.1 - 3.3.0 + - 3.2.4 - 3.2.3 - 3.2.2 - 3.2.1 - 3.2.0 + - 3.1.5 - 3.1.4 - 3.1.3 - 3.1.2 - 3.1.1 - 3.1.0 + - 3.0.7 - 3.0.6 - 3.0.5 - 3.0.4