Skip to content

Commit

Permalink
ci: add ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiogomez committed May 29, 2024
1 parent 87222b2 commit 9a8950a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
# See "Lowest supported ruby version" in CONTRIBUTING.md
ruby-version: '3.0'
ruby-version: '2.7'
- name: Bundle
run: |
gem install bundler
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

# To keep matrix size down, only test highest and lowest rubies.
# See "Lowest supported ruby version" in CONTRIBUTING.md
ruby: [ '3.0', '3.2' ]
ruby: [ '2.7', '3.0', '3.2' ]
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/).
### Added

- Change `versions` table layout for performance
- Support for Ruby 2.7

### Fixed

Expand Down

0 comments on commit 9a8950a

Please sign in to comment.