File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ workflow:
8585 - bundle exec appraisal ${APPRAISAL} bin/rake --tasks
8686 # Run tests, skipping those that won't work in CI
8787 - >
88- bundle exec appraisal unlocked_deps \
88+ bundle exec appraisal ${APPRAISAL} \
8989 bin/rspec spec \
9090 --tag \~ci_skip \
9191 --format progress \
@@ -106,7 +106,7 @@ ruby-current:
106106ruby-ruby3_1 :
107107 variables :
108108 RUBYGEMS_VERSION : " 3.6.9"
109- APPRAISAL : ruby_3_1
109+ APPRAISAL : ruby-3-1
110110 K_SOUP_COV_DO : false
111111 << : *test_definition-legacy
112112 parallel :
@@ -116,7 +116,7 @@ ruby-ruby3_1:
116116ruby-ruby3_0 :
117117 variables :
118118 RUBYGEMS_VERSION : " 3.5.23"
119- APPRAISAL : ruby_3_0
119+ APPRAISAL : ruby-3-0
120120 K_SOUP_COV_DO : false
121121 << : *test_definition-legacy
122122 parallel :
@@ -126,7 +126,7 @@ ruby-ruby3_0:
126126ruby-ruby2_7 :
127127 variables :
128128 RUBYGEMS_VERSION : " 3.4.22"
129- APPRAISAL : ruby_2_7
129+ APPRAISAL : ruby-2-7
130130 K_SOUP_COV_DO : false
131131 << : *test_definition-legacy
132132 parallel :
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3- # kettle-dev Rakefile v1.1.54 - 2025-11-10
3+ # kettle-dev Rakefile v1.1.55 - 2025-11-11
44# Ruby 2.3 (Safe Navigation) or higher required
55#
66# MIT License (see License.txt)
You can’t perform that action at this time.
0 commit comments