Skip to content

Commit

Permalink
Update CI matrix to use 3.4.0-preview2; update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pilaf committed Nov 22, 2024
1 parent 8897552 commit 1fb497a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .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, '3.4.0-preview1']
ruby: ['3.0', 3.1, 3.2, 3.3, '3.4.0-preview2']
activerecord: [6.1, '7.0', 7.1, 7.2, '8.0']
exclude:
- ruby: '3.0'
Expand All @@ -23,9 +23,9 @@ jobs:
activerecord: '8.0'
- ruby: '3.1'
activerecord: '8.0'
- ruby: '3.4.0-preview1'
- ruby: '3.4.0-preview2'
activerecord: 6.1
- ruby: '3.4.0-preview1'
- ruby: '3.4.0-preview2'
activerecord: '7.0'

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, and Rails (ActiveSupport) 6.1 through 7.1.
Ruby 3.0 through 3.3, and Rails (ActiveSupport) 6.1 through 8.0.

## Gem development

Expand Down

0 comments on commit 1fb497a

Please sign in to comment.