Skip to content

Commit f05c2c4

Browse files
committed
Add jruby 10
1 parent 817af69 commit f05c2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Earthfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ test-gem-all:
8686

8787

8888
test-jruby:
89-
ARG JRUBY_VERSION=9
89+
ARG JRUBY_VERSION=10
9090
FROM jruby:$JRUBY_VERSION
9191

9292
COPY +bash-completion/bash_completion /usr/src/bash_completion
@@ -101,6 +101,7 @@ test-jruby-all:
101101
BUILD --platform=linux/amd64 +test-jruby --JRUBY_VERSION=9.2
102102
BUILD +test-jruby --JRUBY_VERSION=9.3
103103
BUILD +test-jruby --JRUBY_VERSION=9.4
104+
BUILD +test-jruby --JRUBY_VERSION=10.0
104105

105106

106107
test-rails:

0 commit comments

Comments
 (0)