Skip to content

Commit

Permalink
Merge pull request ruby-grape#2235 from petergoldstein/feature/add_ru…
Browse files Browse the repository at this point in the history
…by_3_1_to_ci

Add Ruby 3.1 to CI
  • Loading branch information
dblock authored Jan 14, 2022
2 parents 8cc362b + b1bde4c commit ed04e2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ jobs:
- gemfiles/rails_6_1.gemfile
experimental: [false]
include:
- ruby: 3.1
gemfile: 'gemfiles/multi_json.gemfile'
experimental: false
- ruby: 3.1
gemfile: 'gemfiles/multi_xml.gemfile'
experimental: false
- ruby: 3.1
gemfile: 'gemfiles/rails_7.gemfile'
experimental: false
- ruby: "3.0"
gemfile: 'gemfiles/multi_json.gemfile'
experimental: false
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#### Features

* [#2233](https://github.com/ruby-grape/grape/pull/2233): A setting for disabling documentation to internal APIs - [@dnesteryuk](https://github.com/dnesteryuk).
* [#2235](https://github.com/ruby-grape/grape/pull/2235): Add Ruby 3.1 to CI - [@petergoldstein](https://github.com/petergoldstein).
* Your contribution here.

#### Fixes
Expand Down

0 comments on commit ed04e2c

Please sign in to comment.