Skip to content

Commit

Permalink
[ruby] Switch Ruby to the latest tag for TW
Browse files Browse the repository at this point in the history
With this, we no longer have to switch the build tag on every new release
  • Loading branch information
dcermak committed Jan 13, 2025
1 parent ed658d7 commit 07f9df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def create_BCI(
)

RUBY_34_CONTAINER = create_BCI(
build_tag="bci/ruby:3.4", available_versions=["tumbleweed"]
build_tag="bci/ruby:latest", available_versions=["tumbleweed"]
)

RUBY_CONTAINERS = [RUBY_25_CONTAINER, RUBY_34_CONTAINER]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ markers = [
'python_3.6',
'registry_2.8',
'ruby_2.5',
'ruby_3.4',
'ruby_latest',
'rust_oldstable',
'rust_stable',
'tumbleweed_latest',
Expand Down

0 comments on commit 07f9df5

Please sign in to comment.