Skip to content

Commit

Permalink
Added all versions up to Ruby 3.4 to the CI matrix.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Jan 30, 2025
1 parent 9839647 commit 6f7e336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0']
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
rails: ['6.1', '7.1']
env:
BUNDLE_GEMFILE: 'gemfiles/rails_${{ matrix.rails }}.gemfile'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### next

* TODO: Replace this bullet point with an actual description of a change.
* Added all versions up to Ruby 3.4 to the CI matrix (#18)

### 1.5.1 (17 January 2025)

Expand Down

0 comments on commit 6f7e336

Please sign in to comment.