Skip to content

Commit

Permalink
Add Ruby 3.3 to CI matrix; update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pilaf committed Dec 29, 2023
1 parent 628d353 commit 0fbcab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', 3.1, 3.2, '3.3.0-rc1']
ruby: ['3.0', 3.1, 3.2, 3.3]
activerecord: [6.1, '7.0', 7.1]

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ FM Data API reference: https://help.claris.com/en/data-api-guide/

The latest fmrest-ruby is
[tested against](https://github.com/beezwax/fmrest-ruby/actions?query=workflow%3ACI)
Ruby 3.0 through 3.3.0-rc1, and Rails (ActiveSupport) 6.1 through 7.1.
Ruby 3.0 through 3.3, and Rails (ActiveSupport) 6.1 through 7.1.

## Gem development

Expand Down

0 comments on commit 0fbcab9

Please sign in to comment.