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" } }