test against jruby 10 as well

This commit is contained in:
HoneyryderChuck 2025-04-16 00:41:34 +01:00
parent ec27524a3a
commit 564d5ca02e
2 changed files with 15 additions and 1 deletions

View File

@ -67,11 +67,16 @@ lint rubocop wiki:
script:
- bundle exec rubocop httpx.wiki --config .rubocop-wiki.yml
test jruby:
test jruby 9:
<<: *test_settings
script:
./spec.sh jruby 9.0.0.0
allow_failure: true
test jruby 10:
<<: *test_settings
script:
./spec.sh jruby 10
allow_failure: true
test ruby 2/7:
<<: *test_settings
script:

View File

@ -0,0 +1,9 @@
version: '3'
services:
httpx:
image: jruby:10
environment:
- JRUBY_OPTS=--debug
entrypoint:
- bash
- /home/test/support/ci/build.sh