Skip to content

Commit

Permalink
Merge pull request #724 from SUSE/ruby-latest
Browse files Browse the repository at this point in the history
[ruby] Switch Ruby to the latest tag for TW
  • Loading branch information
dirkmueller authored Jan 13, 2025
2 parents ed658d7 + e313c1b commit 2efdc95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,11 +616,11 @@ def create_BCI(
build_tag="bci/ruby:2.5", available_versions=["15.6"]
)

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

RUBY_CONTAINERS = [RUBY_25_CONTAINER, RUBY_34_CONTAINER]
RUBY_CONTAINERS = [RUBY_25_CONTAINER, RUBY_LATEST_CONTAINER]

_DOTNET_SKIP_ARCH_MARK = pytest.mark.skipif(
LOCALHOST.system_info.arch != "x86_64",
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 2efdc95

Please sign in to comment.