Skip to content

Commit

Permalink
Add CI testing with Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Dec 30, 2024
1 parent c7018cd commit 350b42e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
<<: *default
docker:
- image: cimg/ruby:3.2
test-3-4:
<<: *default
docker:
- image: cimg/ruby:3.4
upload-coverage:
<<: *default
working_directory: ~/repo
Expand All @@ -56,6 +60,7 @@ workflows:
- default
- test-3-1
- test-3-2
- test-3-4
- upload-coverage:
requires:
- test-3-1

0 comments on commit 350b42e

Please sign in to comment.