Skip to content

Commit

Permalink
update Ruby version on Circle
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Oct 29, 2024
1 parent 5f32536 commit ccf5e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
parallelism: 2
working_directory: ~/repo
docker:
- image: cimg/ruby:3.3.1-browsers
- image: cimg/ruby:3.3.5-browsers
environment:
PGHOST: 127.0.0.1
PGUSER: rails-app-with-knapsack_pro
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
upload-coverage:
working_directory: ~/repo
docker:
- image: cimg/ruby:3.3.1-browsers
- image: cimg/ruby:3.3.5-browsers
environment:
CC_TEST_REPORTER_ID: dd360701bd9bd47abdea789fe94c9a9b118bc9f7fbce6d3cdc1dd3709866e460
steps:
Expand Down

0 comments on commit ccf5e0d

Please sign in to comment.