Skip to content

Commit 8cfe58b

Browse files
authored
Merge pull request #141 from zombocom/schneems/faster-circle
2 parents 45349f3 + d854f12 commit 8cfe58b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,17 @@ jobs:
4747

4848
"ruby-3-1":
4949
docker:
50-
- image: 'cimg/base:stable'
50+
- image: 'cimg/ruby:3.1'
5151
steps:
5252
- checkout
53-
- ruby/install:
54-
version: '3.1.2'
55-
- run: ruby -v
5653
- ruby/install-deps
5754
- <<: *unit
5855

5956
"ruby-3-2":
6057
docker:
61-
- image: 'cimg/base:stable'
58+
- image: 'ruby:3.2.0-preview1'
6259
steps:
6360
- checkout
64-
- ruby/install:
65-
version: '3.2.0-preview1'
66-
- run: ruby -v
6761
- ruby/install-deps
6862
- <<: *unit
6963

0 commit comments

Comments
 (0)