Skip to content

Commit

Permalink
Update CircleCI image
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Nov 18, 2023
1 parent 6babbee commit 2460472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2.1

orbs:
ruby: circleci/ruby@0.1.2
ruby: circleci/ruby@2.0.0

jobs:
test:
docker:
- image: circleci/ruby:2.6.3-stretch-node
- image: cimg/ruby:3.2.1
executor: ruby/default
steps:
- checkout
Expand All @@ -18,7 +18,7 @@ jobs:
- run:
name: Install bundler
command: gem install bundler:2.1.4
- ruby/bundle-install
- ruby/install-deps

- run:
name: Install dependencies
Expand Down

0 comments on commit 2460472

Please sign in to comment.