Skip to content

Commit

Permalink
Use jruby-9.4.8.0 in exhaustive CIs. (#16489)
Browse files Browse the repository at this point in the history
  • Loading branch information
mashhurs authored Oct 2, 2024
1 parent 61de60f commit fd1de39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/exhaustive-tests/generate-steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def acceptance_linux_steps() -> list[typing.Any]:
if [[ "$$(echo $$ID_LIKE | tr '[:upper:]' '[:lower:]')" =~ (rhel|fedora) && "$${VERSION_ID%.*}" -le 7 ]]; then
# jruby-9.3.10.0 unavailable on centos-7 / oel-7, see https://github.com/jruby/jruby/issues/7579#issuecomment-1425885324 / https://github.com/jruby/jruby/issues/7695
# we only need a working jruby to run the acceptance test framework -- the packages have been prebuilt in a previous stage
rbenv local jruby-9.4.5.0
rbenv local jruby-9.4.8.0
fi
ci/acceptance_tests.sh"""),
}
Expand Down

0 comments on commit fd1de39

Please sign in to comment.