Skip to content

Commit

Permalink
Merge pull request #154 from twingly/update-ruby
Browse files Browse the repository at this point in the history
Test with latest Rubies
  • Loading branch information
roback committed Apr 25, 2022
2 parents d9eb885 + c0f76c2 commit 767807a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-and-install-gem.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.3
ruby-version: 3.1.2

- name: Build and install gem
run: gem build *.gemspec && gem install *.gem
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -12,11 +12,11 @@ jobs:
fail-fast: false
matrix:
include:
- { ruby: 2.6.7 }
- { ruby: 2.7.3 }
- { ruby: 3.0.1 }
- { ruby: 2.7.6 }
- { ruby: 3.0.4 }
- { ruby: 3.1.2 }
- { ruby: head, allow-failure: true }
- { ruby: jruby-9.2.17.0 }
- { ruby: jruby-9.3.4.0 }
- { ruby: jruby-head, allow-failure: true }

steps:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.7
3.1

0 comments on commit 767807a

Please sign in to comment.