Skip to content

Commit 467d5b5

Browse files
committed
Add Ruby 3.3.6
1 parent 7d9f4c9 commit 467d5b5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish-new-image-version.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
RUBY_VERSION:
15+
- 3.3.6
1516
- 3.3.5
1617
- 3.3.4
1718
- 3.3.3
1819
- 3.3.2
1920
- 3.3.1
2021
- 3.3.0
22+
- 3.2.6
2123
- 3.2.5
2224
- 3.2.4
2325
- 3.2.3

features/ruby/devcontainer-feature.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"options": {
2020
"version": {
2121
"type": "string",
22-
"default": "3.3.5",
22+
"default": "3.3.6",
2323
"description": "The ruby version to be installed"
2424
}
2525
}

0 commit comments

Comments
 (0)