File tree 1 file changed +16
-3
lines changed
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -25,34 +25,47 @@ jobs:
25
25
include :
26
26
- ruby : 2.5.6
27
27
gemfile : Gemfile.5.2.pg
28
+ bundler : 2.3.0
28
29
- ruby : 2.5.6
29
30
gemfile : Gemfile.6.0.pg
31
+ bundler : 2.3.11
30
32
31
33
- ruby : 2.6.6
32
34
gemfile : Gemfile.5.2.pg
35
+ bundler : 2.3.0
33
36
- ruby : 2.6.6
34
37
gemfile : Gemfile.6.0.pg
38
+ bundler : 2.3.11
35
39
36
40
- ruby : 2.7.2
37
41
gemfile : Gemfile.6.0.pg
42
+ bundler : 2.3.11
38
43
- ruby : 2.7.2
39
44
gemfile : Gemfile.6.1.pg
45
+ bundler : 2.2.25
40
46
- ruby : 2.7.2
41
47
gemfile : Gemfile.7.0.pg
48
+ bundler : 2.3.0
42
49
43
50
- ruby : 3.2.0
44
51
gemfile : Gemfile.6.1.pg
52
+ bundler : 2.2.25
45
53
- ruby : 3.2.0
46
54
gemfile : Gemfile.7.0.pg
55
+ bundler : 2.3.0
47
56
- ruby : 3.2.0
48
57
gemfile : Gemfile.8.0.pg
58
+ bundler : 2.5.23
49
59
50
60
- ruby : 3.4.1
51
61
gemfile : Gemfile.6.1.pg
62
+ bundler : 2.2.25
52
63
- ruby : 3.4.1
53
64
gemfile : Gemfile.7.0.pg
65
+ bundler : 2.3.0
54
66
- ruby : 3.4.1
55
67
gemfile : Gemfile.8.0.pg
68
+ bundler : 2.5.23
56
69
env :
57
70
BUNDLE_GEMFILE : " ${{ matrix.gemfile }}"
58
71
steps :
67
80
PGPASSWORD=postgres psql -c 'create database rails_state_machine_test;' -U postgres -p 5432 -h localhost
68
81
- name : Bundle
69
82
run : |
70
- gem install bundler:2.1.4
71
- bundle install --no-deployment
83
+ gem install bundler:${{ matrix.bundler }}
84
+ bundle _${{ matrix.bundler }}_ install --no-deployment
72
85
- name : Run tests
73
- run : bundle exec rspec
86
+ run : bundle _${{ matrix.bundler }}_ exec rspec
You can’t perform that action at this time.
0 commit comments