.circleci/config.yml in date_holidays-reader-1.0.3 vs .circleci/config.yml in date_holidays-reader-1.0.4

- old
+ new

@@ -1,9 +1,9 @@ version: 2.1 orbs: - ruby-orbs: sue445/ruby-orbs@1.4.4 + ruby-orbs: sue445/ruby-orbs@1.6.1 status_to_ms_teams: bluemarblepayroll/status_to_ms_teams_pure_bash@1.0.1 jobs: build: parameters: @@ -22,11 +22,11 @@ condition: << parameters.use-bundler-cache >> steps: - ruby-orbs/bundle-install: with_gemfile_lock: false gemspec_name: date_holidays-reader - cache_key_prefix: ruby-bundle-v1.0.1 + cache_key_prefix: ruby-version-<< parameters.ruby-version >>-bundle-v1.0.0 - unless: condition: << parameters.use-bundler-cache >> steps: - run: bundle install --path vendor/bundle @@ -52,20 +52,20 @@ - build: name: Build Ruby v<< matrix.ruby-version >> context: org-global matrix: parameters: - ruby-version: ['2.5.8', '2.6.6', '2.7.1'] + ruby-version: ['2.5.8', '2.6.6', '2.7.2', '3.0.0'] Monthly Gem Dependency Refresh Check: triggers: - schedule: cron: '0 0 1 * *' filters: branches: only: - master jobs: - build: - name: Ruby 2.7 Latest Gem Dependencies - ruby-version: 2.7.1 + name: Ruby 3 with Latest Gem Dependencies + ruby-version: 3.0.0 use-bundler-cache: false context: org-global