.circleci/config.yml in bixby-4.0.0 vs .circleci/config.yml in bixby-5.0.0
- old
+ new
@@ -1,20 +1,20 @@
version: 2.1
orbs:
- samvera: samvera/circleci-orb@1
+ samvera: samvera/circleci-orb@1.0
jobs:
bundle_lint_test:
parameters:
ruby_version:
type: string
project:
type: string
bundler_version:
type: string
- default: 2.3.6
+ default: 2.3.11
executor:
name: 'samvera/ruby'
ruby_version: << parameters.ruby_version >>
@@ -42,17 +42,46 @@
version: 2
ci:
jobs:
- bundle_lint_test:
project: bixby
- name: ruby2-6
- ruby_version: 2.6.9
-
+ name: ruby3-1
+ ruby_version: 3.1.1
- bundle_lint_test:
project: bixby
+ name: ruby3-0
+ ruby_version: 3.0.3
+ - bundle_lint_test:
+ project: bixby
name: ruby2-7
ruby_version: 2.7.5
+ - bundle_lint_test:
+ project: bixby
+ name: ruby2-6
+ ruby_version: 2.6.9
+ nightly:
+ triggers:
+ - schedule:
+ cron: "0 0 * * *"
+ filters:
+ branches:
+ only:
+ - main
+ jobs:
- bundle_lint_test:
project: bixby
+ name: ruby3-1
+ ruby_version: 3.1.1
+ - bundle_lint_test:
+ project: bixby
name: ruby3-0
ruby_version: 3.0.3
+ - bundle_lint_test:
+ project: bixby
+ name: ruby2-7
+ ruby_version: 2.7.5
+ - bundle_lint_test:
+ project: bixby
+ name: ruby2-6
+ ruby_version: 2.6.9
+