Skip to content

Commit

Permalink
Merge pull request twingly#151 from twingly/bump-rubies
Browse files Browse the repository at this point in the history
Run CI on latest Rubies
  • Loading branch information
walro committed May 27, 2021
2 parents 4ad14bf + a9df0ff commit 32c5c2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-and-install-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
ruby-version: 2.7.3

- name: Build and install gem
run: gem build *.gemspec && gem install *.gem
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
fail-fast: false
matrix:
include:
- { ruby: 2.5.8 }
- { ruby: 2.6.6 }
- { ruby: 2.7.2 }
- { ruby: 3.0.0 }
- { ruby: 2.6.7 }
- { ruby: 2.7.3 }
- { ruby: 3.0.1 }
- { ruby: head, allow-failure: true }
- { ruby: jruby-9.2.13.0 }
- { ruby: jruby-9.2.17.0 }
- { ruby: jruby-head, allow-failure: true }

steps:
Expand Down

0 comments on commit 32c5c2d

Please sign in to comment.