Skip to content

Commit bbac28d

Browse files
Use jruby-9.4.8.0 in exhaustive CIs. (#16489) (#16492)
(cherry picked from commit fd1de39) Co-authored-by: Mashhur <[email protected]>
1 parent 1a8676d commit bbac28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/exhaustive-tests/generate-steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def acceptance_linux_steps() -> list[typing.Any]:
150150
if [[ "$$(echo $$ID_LIKE | tr '[:upper:]' '[:lower:]')" =~ (rhel|fedora) && "$${VERSION_ID%.*}" -le 7 ]]; then
151151
# 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
152152
# we only need a working jruby to run the acceptance test framework -- the packages have been prebuilt in a previous stage
153-
rbenv local jruby-9.4.5.0
153+
rbenv local jruby-9.4.8.0
154154
fi
155155
ci/acceptance_tests.sh"""),
156156
}

0 commit comments

Comments
 (0)