.circleci/config.yml in procon_bypass_man-0.1.8 vs .circleci/config.yml in procon_bypass_man-0.1.9
- old
+ new
@@ -30,18 +30,19 @@
- run: gem --version
- run: gem install bundler
- run: bundle install --jobs 4
- run: bundle exec rubocop
- run: bundle exec rspec
+ - run: bundle exec steep check
build_jobs: &build_jobs
- rspec:
matrix:
parameters:
version:
- - "2.5"
- "2.7"
- - "3.0"
+ - "3.0.1"
+ - "3.0.2"
workflows:
version: 2
build:
jobs: *build_jobs