Skip to content

Commit 026cd45

Browse files
committed
[CI] CI against Ruby 3.4
1 parent 43d8470 commit 026cd45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
ruby_version: [ruby-head, '3.3', '3.2', '3.1']
13+
ruby_version: [ruby-head, '3.4', '3.3', '3.2', '3.1']
1414
rails_version: [edge, '8.0', '7.2', '7.1', '7.0', '6.1']
1515

1616
include:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ You may notice that
247247

248248
## Supported Versions
249249

250-
* 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
250+
* 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
251251

252252
* 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)
253253

0 commit comments

Comments
 (0)