Skip to content

Commit 006e0a2

Browse files
committed
Run tests against Ruby 3.5 and JRuby 10.0
These have been released since I last did any work on this repo. Let's get our tests running on them! Signed-off-by: Chris Sinjakli <chris@sinjakli.co.uk>
1 parent 5c64546 commit 006e0a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ workflows:
5050
- cimg/ruby:3.2
5151
- cimg/ruby:3.3
5252
- cimg/ruby:3.4
53+
- cimg/ruby:4.0
5354
# We've switched to JRuby's own Docker image as CircleCI decided to
5455
# stop supporting it when they deprecated their legacy images. For
5556
# some reason, the official JRuby image for 9.1 fails with an
@@ -61,3 +62,4 @@ workflows:
6162
- jruby:9.2
6263
- jruby:9.3
6364
- jruby:9.4
65+
- jruby:10.0

0 commit comments

Comments
 (0)