File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 9
9
include :
10
10
- ruby : 2.5
11
11
gemfile : " gemfiles/Gemfile.rails-6.1-sprockets-3"
12
+ bundler : " 2.3.0"
12
13
- ruby : 2.5
13
14
gemfile : " gemfiles/Gemfile.rails-6.1-sprockets-4"
14
-
15
+ bundler : " 2.3.0 "
15
16
- ruby : 2.7
16
17
gemfile : " gemfiles/Gemfile.rails-7.0-sprockets-3"
18
+ bundler : " 2.4.8"
17
19
- ruby : 2.7
18
20
gemfile : " gemfiles/Gemfile.rails-7.0-sprockets-4"
19
-
21
+ bundler : " 2.4.8 "
20
22
- ruby : 2.7
21
23
gemfile : " gemfiles/Gemfile.rails-7.1-sprockets-3"
24
+ bundler : " 2.4.8"
22
25
- ruby : 2.7
23
26
gemfile : " gemfiles/Gemfile.rails-7.1-sprockets-4"
24
-
27
+ bundler : " 2.4.8 "
25
28
- ruby : 3.1
26
29
gemfile : " gemfiles/Gemfile.rails-7.2-sprockets-3"
30
+ bundler : default
27
31
- ruby : 3.1
28
32
gemfile : " gemfiles/Gemfile.rails-7.2-sprockets-4"
29
-
33
+ bundler : default
30
34
- ruby : 3.2
31
35
gemfile : " gemfiles/Gemfile.rails-8.0-sprockets-3"
36
+ bundler : default
32
37
- ruby : 3.2
33
38
gemfile : " gemfiles/Gemfile.rails-8.0-sprockets-4"
34
-
39
+ bundler : default
35
40
- ruby : 3.2
36
41
gemfile : Gemfile
42
+ bundler : default
37
43
- ruby : 3.3
38
44
gemfile : Gemfile
45
+ bundler : default
39
46
- ruby : head
40
47
gemfile : Gemfile
48
+ bundler : default
41
49
42
50
env :
43
51
BUNDLE_GEMFILE : ${{ matrix.gemfile }}
49
57
with :
50
58
ruby-version : ${{ matrix.ruby }}
51
59
bundler-cache : true
60
+ cache-version : ${{ matrix.ruby }}-${{ matrix.ruby }}-${{ matrix.gemfile }}
61
+ bundler : ${{ matrix.bundler }}
52
62
- name : Run tests
53
63
run : bundle exec rake
54
64
continue-on-error : ${{ matrix.gemfile == 'Gemfile' }}
You can’t perform that action at this time.
0 commit comments