We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8676d commit bbac28dCopy full SHA for bbac28d
.buildkite/scripts/exhaustive-tests/generate-steps.py
@@ -150,7 +150,7 @@ def acceptance_linux_steps() -> list[typing.Any]:
150
if [[ "$$(echo $$ID_LIKE | tr '[:upper:]' '[:lower:]')" =~ (rhel|fedora) && "$${VERSION_ID%.*}" -le 7 ]]; then
151
# 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
152
# 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
+ rbenv local jruby-9.4.8.0
154
fi
155
ci/acceptance_tests.sh"""),
156
}
0 commit comments