Skip to content

Commit

Permalink
Drop to support < Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 5, 2023
1 parent 53a70d6 commit 9a3b3fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
min_version: 2.3
min_version: 2.5

host:
needs: ruby-versions
Expand All @@ -26,7 +26,6 @@ jobs:
- windows-latest
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
include:
- { os: ubuntu-latest , ruby: jruby-9.1 } # Ruby 2.3
- { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
- { os: ubuntu-latest , ruby: jruby-9.3 } # Ruby 2.7
exclude:
Expand Down

0 comments on commit 9a3b3fc

Please sign in to comment.