Skip to content

Commit 9f71624

Browse files
authored
Add ruby new version 3.4.0 (#68)
* Add ruby new version 3.4.0 see: https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-0-released/ * Add ruby new version 3.4.1 see: https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-1-released/
1 parent ed91a46 commit 9f71624

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
RUBY_VERSION:
15+
- 3.4.1
16+
- 3.4.0
1517
- 3.3.6
1618
- 3.3.5
1719
- 3.3.4

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.3.6",
22+
"default": "3.4.1",
2323
"description": "The ruby version to be installed"
2424
}
2525
}

0 commit comments

Comments
 (0)