We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b0d4e commit dcc1036Copy full SHA for dcc1036
1 file changed
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
exclude:
22
- os: "windows-latest"
23
ruby: "3.0"
24
+ - Gemfile: "gemfiles/Gemfile-rails-main" # needs Ruby 3.1
25
+ ruby: "3.0"
26
runs-on: ${{ matrix.os }}
27
env:
28
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
0 commit comments