Skip to content

Commit 83fe3ee

Browse files
authored
Merge pull request #787 from fkmy/add-ruby-4.0-to-ci
Add Ruby 4.0 to CI test matrix
2 parents 32b1fe6 + 7107c8d commit 83fe3ee

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- 3.2
2626
- 3.3
2727
- 3.4
28+
- 4.0
2829
- jruby-9.1
2930
- jruby-9.2
3031
- jruby-9.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ We created a demo project for Rails 4 that uses the latest version of this libra
6969

7070
The following Ruby versions are covered by CI testing:
7171

72-
* Ruby (MRI) 2.1 to 3.4
72+
* Ruby (MRI) 2.1 to 4.0
7373
* JRuby 9.1 to 9.4
7474
* TruffleRuby (latest)
7575

0 commit comments

Comments
 (0)