Skip to content

Commit dcc1036

Browse files
committed
Rails main needs Ruby 3.1
1 parent d9b0d4e commit dcc1036

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
exclude:
2222
- os: "windows-latest"
2323
ruby: "3.0"
24+
- Gemfile: "gemfiles/Gemfile-rails-main" # needs Ruby 3.1
25+
ruby: "3.0"
2426
runs-on: ${{ matrix.os }}
2527
env:
2628
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}

0 commit comments

Comments
 (0)