File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 67
67
legacy :
68
68
name : Legacy Ruby Builds (${{ matrix.container.version }})
69
69
runs-on : ubuntu-20.04
70
- container : ${{ matrix.container.tag }}
70
+ container :
71
+ image : ${{ matrix.container.tag }}
72
+ options : ${{ matrix.container.options }}
71
73
strategy :
72
74
fail-fast : false
73
75
matrix :
@@ -78,11 +80,17 @@ jobs:
78
80
tag : rspec/ci:1.9.3
79
81
- version : " JRuby 1.7"
80
82
tag : rspec/ci:jruby-1.7
83
+ - version : " JRuby 1.7 1.8 mode"
84
+ tag : rspec/ci:jruby-1.7
85
+ jruby_opts : ' --dev --1.8'
86
+ pre : gem uninstall jruby-openssl
87
+ options : " --add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
81
88
env :
82
89
LEGACY_CI : true
83
90
JRUBY_OPTS : ${{ matrix.container.jruby_opts || '--dev' }}
84
91
steps :
85
92
- uses : actions/checkout@v2
93
+ - run : ${{ matrix.container.pre }}
86
94
- run : script/legacy_setup.sh
87
95
- run : bundle exec bin/rspec
88
96
- run : bundle exec script/cucumber.sh
Original file line number Diff line number Diff line change 16
16
- 1.9.2
17
17
- ree
18
18
matrix :
19
- include :
20
- - rvm : jruby-1.7
21
- env : JRUBY_OPTS='--dev --1.8'
22
19
fast_finish : true
23
20
branches :
24
21
only :
You can’t perform that action at this time.
0 commit comments