Skip to content

Commit

Permalink
Ruby 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Dec 26, 2024
1 parent 0451f09 commit 838aee4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.2", "3.3", "head"]
ruby: ["3.2", "3.3", "3.4", "head"]
activesupport: ["7.1", "7.2", "8.0", "main"]
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/activesupport_${{ matrix.activesupport }}.gemfile
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## main

* Ruby 3.4

## v0.46.0

* Rails 8.0
Expand Down

0 comments on commit 838aee4

Please sign in to comment.