Skip to content

Commit

Permalink
braintreeGH-48 - Run builds for Ruby 3.1 also
Browse files Browse the repository at this point in the history
Run the builds for Ruby 3.1 since it is the latest version
  • Loading branch information
coopergillan committed Jan 28, 2022
1 parent f8e5ec4 commit eaa0864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- 2.6
- 2.7
- '3.0' # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
- 3.1
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down

0 comments on commit eaa0864

Please sign in to comment.