Skip to content

Commit

Permalink
Add ruby 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewn617 committed Sep 3, 2024
1 parent f0fad38 commit 916aec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-new-image-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
fail-fast: false
matrix:
RUBY_VERSION:
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
Expand Down
2 changes: 1 addition & 1 deletion features/ruby/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"options": {
"version": {
"type": "string",
"default": "3.3.4",
"default": "3.3.5",
"description": "The ruby version to be installed"
}
}
Expand Down

0 comments on commit 916aec1

Please sign in to comment.