Skip to content

Commit 1730488

Browse files
committed
Drop to support < Ruby 2.5
1 parent bd772b4 commit 1730488

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
ruby-versions:
1010
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
1111
with:
12-
min_version: 2.3
12+
min_version: 2.5
1313

1414
host:
1515
needs: ruby-versions
@@ -26,7 +26,6 @@ jobs:
2626
- windows-latest
2727
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2828
include:
29-
- { os: ubuntu-latest , ruby: jruby-9.1 } # Ruby 2.3
3029
- { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
3130
- { os: ubuntu-latest , ruby: jruby-9.3 } # Ruby 2.7
3231
exclude:

0 commit comments

Comments
 (0)