Skip to content

Commit 8642f4f

Browse files
committed
adjust ruby 2.6 and 2.7 specific
1 parent dc02f23 commit 8642f4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
run: |
2222
RUBY_VERSION_STR="${{ matrix.ruby-version }}"
2323
case "$RUBY_VERSION_STR" in
24-
2.6*) BUNDLER_CONSTRAINT=">= 2.4.0, < 2.7.0" ;;
25-
2.7*) BUNDLER_CONSTRAINT=">= 2.4.0, < 2.7.0" ;;
24+
2.6*) BUNDLER_CONSTRAINT=">= 2.2.0, < 2.4.22" ;;
25+
2.7*) BUNDLER_CONSTRAINT="2.4.22" ;;
2626
3.0) BUNDLER_CONSTRAINT=">= 2.4.0, < 2.7.2" ;;
2727
3.1) BUNDLER_CONSTRAINT=">= 2.4.0, < 2.7.2" ;;
2828
3.2) BUNDLER_CONSTRAINT=">= 2.7.2, < 4" ;;

0 commit comments

Comments
 (0)