This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree 1 file changed +0
-36
lines changed
1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -42,33 +42,13 @@ jobs:
42
42
matrix :
43
43
ruby :
44
44
- ' 3.3'
45
- - ' 3.2'
46
- - ' 3.1'
47
- - ' 3.0'
48
- - 2.7
49
- - 2.6
50
- - 2.5
51
- - 2.4
52
- - 2.3
53
- - 2.2
54
45
env :
55
46
-
56
47
DIFF_LCS_VERSION : " > 1.4.3"
57
48
include :
58
- - ruby : ruby-head
59
- env :
60
- RUBY_HEAD : true
61
49
- ruby : jruby-9.2.13.0
62
50
env :
63
51
JRUBY_OPTS : " --dev"
64
- - ruby : 2.7
65
- name_extra : " with diff-lcs 1.3"
66
- env :
67
- DIFF_LCS_VERSION : " ~> 1.3.0"
68
- - ruby : 2.7
69
- name_extra : " with diff-lcs 1.4.3"
70
- env :
71
- DIFF_LCS_VERSION : " 1.4.3"
72
52
fail-fast : false
73
53
continue-on-error : ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
74
54
env : ${{ matrix.env }}
@@ -101,22 +81,6 @@ jobs:
101
81
fail-fast : false
102
82
matrix :
103
83
container :
104
- - version : " 2.1.9"
105
- tag : ghcr.io/rspec/docker-ci:2.1.9
106
- post : git config --global --add safe.directory `pwd`
107
- - version : " 2.0"
108
- tag : ghcr.io/rspec/docker-ci:2.0.0
109
- - version : " 1.9.3"
110
- tag : ghcr.io/rspec/docker-ci:1.9.3
111
- - version : " 1.9.2"
112
- tag : ghcr.io/rspec/docker-ci:1.9.2
113
- options : " --add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
114
- - version : " 1.8.7"
115
- tag : ghcr.io/rspec/docker-ci:1.8.7
116
- options : " --add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
117
- - version : " REE"
118
- tag : ghcr.io/rspec/docker-ci:ree
119
- options : " --add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
120
84
- version : " JRuby 1.7"
121
85
tag : ghcr.io/rspec/docker-ci:jruby-1.7
122
86
- version : " JRuby 1.7 1.8 mode"
You can’t perform that action at this time.
0 commit comments