File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 10
10
- ' *'
11
11
jobs :
12
12
test :
13
- name : Ruby ${{ matrix.ruby }}
13
+ name : Ruby ${{ matrix.ruby }} ${{ matrix.name_extra || '' }}
14
14
runs-on : ubuntu-20.04
15
15
strategy :
16
16
matrix :
24
24
- 2.2
25
25
- 2.1.9
26
26
- ruby-head
27
+ env :
28
+ -
29
+ DIFF_LCS_VERSION : " > 1.4.3"
30
+ include :
31
+ - ruby : 2.7
32
+ name_extra : " with diff-lcs 1.3"
33
+ env :
34
+ DIFF_LCS_VERSION : " ~> 1.3.0"
35
+ - ruby : 2.7
36
+ name_extra : " with diff-lcs 1.4.3"
37
+ env :
38
+ DIFF_LCS_VERSION : " 1.4.3"
27
39
fail-fast : false
28
40
continue-on-error : ${{ matrix.ruby == 'jruby-9.2.13.0' || endsWith(matrix.ruby, 'head') }}
29
41
steps :
34
46
ruby-version : ${{ matrix.ruby }}
35
47
bundler-cache : true
36
48
- run : script/update_rubygems_and_install_bundler
49
+ env : ${{ matrix.env }}
37
50
- run : script/clone_all_rspec_repos
51
+ env : ${{ matrix.env }}
38
52
- run : bundle install --binstubs --standalone
53
+ env : ${{ matrix.env }}
39
54
- run : script/run_build
55
+ env : ${{ matrix.env }}
40
56
41
57
windows :
42
58
name : Ruby ${{ matrix.ruby }} (Windows)
Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ matrix:
27
27
include :
28
28
- rvm : jruby-1.7
29
29
env : JRUBY_OPTS='--dev --1.8'
30
- - rvm : 2.7.1
31
- env : DIFF_LCS_VERSION="~> 1.3.0"
32
- - rvm : 2.7.1
33
- env : DIFF_LCS_VERSION="1.4.3"
34
30
allow_failures :
35
31
- rvm : jruby-head
36
32
- rvm : ruby-head
You can’t perform that action at this time.
0 commit comments