test on current versions of ruby
This commit is contained in:
parent
f4d091deae
commit
c383a30faf
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ruby_2_4:
|
ruby_2_6:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/ruby:2.4-node-browsers
|
- image: circleci/ruby:2.6.4-node-browsers
|
||||||
environment:
|
environment:
|
||||||
STEALTH_ENV: test
|
STEALTH_ENV: test
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
destination: test-results
|
destination: test-results
|
||||||
ruby_2_5:
|
ruby_2_5:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/ruby:2.5-node-browsers
|
- image: circleci/ruby:2.7.8-node-browsers
|
||||||
|
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
|
|
||||||
|
@ -88,5 +88,5 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
- ruby_2_4
|
- ruby_2_6
|
||||||
- ruby_2_5
|
- ruby_2_7
|
||||||
|
|
Loading…
Add table
Reference in a new issue