Skip to content

Commit 8becca1

Browse files
committed
Drop older rubies from CI
1 parent d27313d commit 8becca1

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

ci/.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
- 2.5
2222
- 2.4
2323
- 2.3
24-
- 2.2
25-
- 2.1.9
2624
- ruby-head
2725
fail-fast: false
2826
continue-on-error: ${{ matrix.ruby == 'jruby-9.2.13.0' || endsWith(matrix.ruby, 'head') }}
@@ -49,8 +47,6 @@ jobs:
4947
- 2.5
5048
- 2.4
5149
- 2.3
52-
- 2.2
53-
- 2.1.9
5450
fail-fast: false
5551
steps:
5652
- uses: actions/checkout@v2

ci/.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,13 @@ before_install:
1212
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
1313
script: "script/run_build"
1414
rvm:
15-
- 1.8.7
16-
- 1.9.2
17-
- 1.9.3
18-
- 2.0.0
19-
- ree
2015
- rbx-3
2116
- jruby-9.1.7.0 # pin JRuby to this until travis/rvm can install later versions
2217
- jruby-head
23-
- jruby-1.7
2418
env:
2519
- JRUBY_OPTS='--dev'
2620
matrix:
2721
include:
28-
- rvm: jruby-1.7
29-
env: JRUBY_OPTS='--dev --1.8'
3022
- rvm: 2.7.1
3123
env: DIFF_LCS_VERSION="~> 1.3.0"
3224
- rvm: 2.7.1

0 commit comments

Comments
 (0)