Skip to content

Commit

Permalink
[CI] CI against Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 13, 2025
1 parent 43d8470 commit 026cd45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
ruby_version: [ruby-head, '3.3', '3.2', '3.1']
ruby_version: [ruby-head, '3.4', '3.3', '3.2', '3.1']
rails_version: [edge, '8.0', '7.2', '7.1', '7.0', '6.1']

include:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ You may notice that

## Supported Versions

* Ruby 2.0.0, 2.1.x, 2.2.x, 2.3.x, 2.4.x, 2.5.x, 2.6.x, 2.7.x, 3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4 (trunk), JRuby, & Rubinius with 2.0+ mode
* Ruby 2.0.0, 2.1.x, 2.2.x, 2.3.x, 2.4.x, 2.5.x, 2.6.x, 2.7.x, 3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, 3.5 (trunk), JRuby, & Rubinius with 2.0+ mode

* Rails 4.1.x, 4.2.x, 5.0, 5.1, 5.2, 6.0, 6.1, 7.0, 7.1, 7.2, 8.0, 8.1 (edge)

Expand Down

0 comments on commit 026cd45

Please sign in to comment.