We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b18ce commit 32cc74bCopy full SHA for 32cc74b
1 file changed
.github/workflows/ci.yaml
@@ -39,7 +39,6 @@ jobs:
39
include:
40
- gemfile: Gemfile
41
ruby: 3.1
42
- bundler: "1"
43
- gemfile: gemfiles/rails_4.2.gemfile
44
ruby: 2.4
45
bundler: "1"
@@ -50,6 +49,10 @@ jobs:
50
49
51
- gemfile: gemfiles/rails_master.gemfile
52
+ - gemfile: gemfiles/rails_7.0.gemfile
53
+ ruby: 3.2
54
+ - gemfile: gemfiles/rails_master.gemfile
55
56
runs-on: ubuntu-latest
57
steps:
58
- run: echo BUNDLE_GEMFILE=${{ matrix.gemfile }} > $GITHUB_ENV
0 commit comments