.circleci/config.yml in procon_bypass_man-0.2.2 vs .circleci/config.yml in procon_bypass_man-0.2.3

- old
+ new

@@ -13,11 +13,11 @@ environment: BUNDLE_PATH: vendor/bundle BUNDLE_JOBS: 4 working_directory: ~/app -commands: &commands +commands: bundle_install: parameters: ruby-version: type: string steps: @@ -115,45 +115,45 @@ parameters: ruby-version: - "2.5.5" - "3.0.1" - "3.0.2" - - "3.1.1" + - "3.1.2" - bundle_install: matrix: parameters: ruby-version: - "2.5.5" - "3.0.1" - "3.0.2" - - "3.1.1" + - "3.1.2" - lint: matrix: parameters: ruby-version: - "2.5.5" - "3.0.1" - "3.0.2" - - "3.1.1" + - "3.1.2" requires: - bundle_install - type_check: matrix: parameters: ruby-version: # - "3.0.1" # たまにSEGVするので - "3.0.2" - - "3.1.1" + - "3.1.2" requires: - bundle_install - rspec: matrix: parameters: ruby-version: - "2.5.5" - "3.0.1" - "3.0.2" - - "3.1.1" + - "3.1.2" requires: - bundle_install workflows: version: 2 build: