We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9709b commit 40b5839Copy full SHA for 40b5839
ci/.github/workflows/ci.yml
@@ -21,8 +21,6 @@ jobs:
21
- 2.5
22
- 2.4
23
- 2.3
24
- - 2.2
25
- - 2.1.9
26
- ruby-head
27
env:
28
-
@@ -36,14 +34,6 @@ jobs:
36
34
os: ubuntu-18.04
37
35
38
JRUBY_OPTS: "--dev"
39
- - ruby: 2.7
40
- name_extra: "with diff-lcs 1.3"
41
- env:
42
- DIFF_LCS_VERSION: "~> 1.3.0"
43
44
- name_extra: "with diff-lcs 1.4.3"
45
46
- DIFF_LCS_VERSION: "1.4.3"
47
fail-fast: false
48
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
49
env: ${{ matrix.env }}
@@ -69,8 +59,6 @@ jobs:
69
59
70
60
71
61
72
73
74
62
75
63
steps:
76
64
- uses: actions/checkout@v2
ci/.travis.yml
0 commit comments