Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 0913683

Browse files
committed
snip
1 parent 7378952 commit 0913683

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.github/workflows/ci.yml

-36
Original file line numberDiff line numberDiff line change
@@ -42,33 +42,13 @@ jobs:
4242
matrix:
4343
ruby:
4444
- '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
5445
env:
5546
-
5647
DIFF_LCS_VERSION: "> 1.4.3"
5748
include:
58-
- ruby: ruby-head
59-
env:
60-
RUBY_HEAD: true
6149
- ruby: jruby-9.2.13.0
6250
env:
6351
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"
7252
fail-fast: false
7353
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
7454
env: ${{ matrix.env }}
@@ -101,22 +81,6 @@ jobs:
10181
fail-fast: false
10282
matrix:
10383
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"
12084
- version: "JRuby 1.7"
12185
tag: ghcr.io/rspec/docker-ci:jruby-1.7
12286
- version: "JRuby 1.7 1.8 mode"

0 commit comments

Comments
 (0)