Skip to content

Commit f3bb12d

Browse files
committed
Add ruby 3.4.4 and make it the default.
1 parent 459bea9 commit f3bb12d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
RUBY_VERSION:
15+
- 3.4.4
1516
- 3.4.3
1617
- 3.4.2
1718
- 3.4.1

features/ruby/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"options": {
2020
"version": {
2121
"type": "string",
22-
"default": "3.4.3",
22+
"default": "3.4.4",
2323
"description": "The ruby version to be installed"
2424
}
2525
}

0 commit comments

Comments
 (0)