Skip to content

Commit

Permalink
Quit CIing against Rubies < 2.7
Browse files Browse the repository at this point in the history
follows up bc8c3e6
  • Loading branch information
amatsuda committed Aug 10, 2024
1 parent 1ef0ee1 commit bb8a76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.3
ruby-version: 2.7
bundler: 1
bundler-cache: true
- name: Run tests
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 2.7
bundler: 1
bundler-cache: true
- name: Run tests
Expand Down

0 comments on commit bb8a76a

Please sign in to comment.