From 467d5b5b25bfe156220aefa9843004316c89de59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 5 Nov 2024 19:43:52 +0000 Subject: [PATCH] Add Ruby 3.3.6 --- .github/workflows/publish-new-image-version.yaml | 2 ++ features/ruby/devcontainer-feature.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-new-image-version.yaml b/.github/workflows/publish-new-image-version.yaml index be837fc..2f78ccb 100644 --- a/.github/workflows/publish-new-image-version.yaml +++ b/.github/workflows/publish-new-image-version.yaml @@ -12,12 +12,14 @@ jobs: fail-fast: false matrix: RUBY_VERSION: + - 3.3.6 - 3.3.5 - 3.3.4 - 3.3.3 - 3.3.2 - 3.3.1 - 3.3.0 + - 3.2.6 - 3.2.5 - 3.2.4 - 3.2.3 diff --git a/features/ruby/devcontainer-feature.json b/features/ruby/devcontainer-feature.json index e65f046..d0c9bb5 100644 --- a/features/ruby/devcontainer-feature.json +++ b/features/ruby/devcontainer-feature.json @@ -19,7 +19,7 @@ "options": { "version": { "type": "string", - "default": "3.3.5", + "default": "3.3.6", "description": "The ruby version to be installed" } }