Skip to content

Commit 7089f95

Browse files
committed
Drop Ruby 2.3 from Travis and GitHub actions, JRuby 9.1
1 parent 4f365ca commit 7089f95

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/6.x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: [ 2.3, 2.4, 2.5, 2.6, 2.7 ]
16+
ruby: [ 2.4, 2.5, 2.6, 2.7 ]
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v2
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
ruby: [ jruby-9.1, jruby-9.2 ]
34+
ruby: [ jruby-9.2 ]
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v2

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ matrix:
2525
jdk: oraclejdk8
2626
env: QUIET=y TEST_SUITE=integration
2727

28-
- rvm: 2.3
29-
jdk: oraclejdk8
30-
env: QUIET=y TEST_SUITE=integration
31-
3228
- rvm: 2.4
3329
jdk: oraclejdk8
3430
env: QUIET=y TEST_SUITE=integration

0 commit comments

Comments
 (0)