Skip to content

Commit 00fb5fd

Browse files
authored
Merge pull request #430 from platanus/ruby-tests
chore(circleci): change supported ruby versions
2 parents 6992c91 + 5f68de0 commit 00fb5fd

File tree

6 files changed

+157
-124
lines changed

6 files changed

+157
-124
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ env-vars: &env-vars
77
SPROCKETS: false
88

99
orbs:
10-
ruby: circleci/ruby@0.1.2
10+
ruby: circleci/ruby@1.8.0
11+
node: circleci/node@5.0.2
1112
browser-tools: circleci/browser-tools@1.1.3
1213

1314
executors:
@@ -18,7 +19,7 @@ executors:
1819
default: "2.7"
1920
type: string
2021
docker:
21-
- image: circleci/ruby:<<parameters.ruby-version>>-node
22+
- image: cimg/ruby:<<parameters.ruby-version>>-node
2223
environment: *env-vars
2324

2425
commands:
@@ -132,7 +133,7 @@ workflows:
132133
- test:
133134
matrix:
134135
parameters:
135-
ruby-version: ["2.5", "2.6", "2.7"]
136+
ruby-version: ["2.6", "2.7", "3.0", "3.1"]
136137
- deploy:
137138
context: org-global
138139
filters:

0 commit comments

Comments
 (0)