File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,12 @@ jobs:
24
24
- rails_6_0_pundit_1
25
25
- rails_6_0_pundit_2
26
26
ruby-version : [ '2.6', '2.7' ]
27
- bundler-version : [ '1.11' ]
28
27
include :
29
28
# Include Rails 6.0 / Ruby 3.0 combo
30
29
- gemfile : rails_6_0_pundit_1
31
30
ruby-version : ' 3.0'
32
- bundler-version : ' 2.1.4'
33
31
- gemfile : rails_6_0_pundit_2
34
32
ruby-version : ' 3.0'
35
- bundler-version : ' 2.1.4'
36
33
continue-on-error : true
37
34
env :
38
35
BUNDLE_GEMFILE : gemfiles/${{ matrix.gemfile }}.gemfile
43
40
# change this to (see https://github.com/ruby/setup-ruby#versioning):
44
41
uses : ruby/setup-ruby@v1
45
42
with :
46
- bundler : ${{ matrix.bundler-version }}
47
43
ruby-version : ${{ matrix.ruby-version }}
48
44
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
49
45
- name : Run tests
You can’t perform that action at this time.
0 commit comments