File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 21
21
- 2.5
22
22
- 2.4
23
23
- 2.3
24
- - 2.2
25
- - 2.1.9
26
24
- ruby-head
27
25
fail-fast : false
28
26
continue-on-error : ${{ matrix.ruby == 'jruby-9.2.13.0' || endsWith(matrix.ruby, 'head') }}
49
47
- 2.5
50
48
- 2.4
51
49
- 2.3
52
- - 2.2
53
- - 2.1.9
54
50
fail-fast : false
55
51
steps :
56
52
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -12,21 +12,13 @@ before_install:
12
12
bundler_args : " --binstubs --standalone --without documentation --path ../bundle"
13
13
script : " script/run_build"
14
14
rvm :
15
- - 1.8.7
16
- - 1.9.2
17
- - 1.9.3
18
- - 2.0.0
19
- - ree
20
15
- rbx-3
21
16
- jruby-9.1.7.0 # pin JRuby to this until travis/rvm can install later versions
22
17
- jruby-head
23
- - jruby-1.7
24
18
env :
25
19
- JRUBY_OPTS='--dev'
26
20
matrix :
27
21
include :
28
- - rvm : jruby-1.7
29
- env : JRUBY_OPTS='--dev --1.8'
30
22
- rvm : 2.7.1
31
23
env : DIFF_LCS_VERSION="~> 1.3.0"
32
24
- rvm : 2.7.1
You can’t perform that action at this time.
0 commit comments