Skip to content

Commit

Permalink
Merge pull request #1814 from enomotodev/main
Browse files Browse the repository at this point in the history
Test against Ruby 3.3
  • Loading branch information
presidentbeef authored Jan 4, 2024
2 parents b0665ac + 865fc2b commit 7c34984
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-3:
<<: *default
docker:
- image: cimg/ruby:3.3
upload-coverage:
<<: *default
working_directory: ~/repo
Expand All @@ -56,6 +60,7 @@ workflows:
- default
- test-3-1
- test-3-2
- test-3-3
- upload-coverage:
requires:
- test-3-1

0 comments on commit 7c34984

Please sign in to comment.