File tree 2 files changed +19
-15
lines changed
2 files changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -2,29 +2,33 @@ name: CI
2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
5
+ branches : [main]
6
6
pull_request :
7
- branches : [ main ]
7
+ branches : [main]
8
8
9
9
jobs :
10
10
test :
11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- rails_version : [6 .1.7, 7.0. 4, 7.1.2 ]
15
- ruby : ['3.2' ]
14
+ rails_version : [7 .1.3. 4, 7.2.0 ]
15
+ ruby : [3.3 ]
16
16
include :
17
+ - ruby : 3.2
18
+ rails_version : 7.1.3.4
17
19
- ruby : 3.1
18
- rails_version : 7.0.4
20
+ rails_version : 7.0.8.4
21
+ - ruby : 3.1
22
+ rails_version : 6.1.7.8
19
23
env :
20
24
RAILS_VERSION : ${{ matrix.rails_version }}
21
25
steps :
22
- - uses : actions/checkout@v2
23
- - name : Set up Ruby ${{ matrix.ruby }}
24
- uses : ruby/setup-ruby@v1
25
- with :
26
- ruby-version : ${{ matrix.ruby }}
27
- - name : Install dependencies with Rails ${{ matrix.rails_version }}
28
- run : bundle install
29
- - name : Run tests
30
- run : bundle exec rake
26
+ - uses : actions/checkout@v2
27
+ - name : Set up Ruby ${{ matrix.ruby }}
28
+ uses : ruby/setup-ruby@v1
29
+ with :
30
+ ruby-version : ${{ matrix.ruby }}
31
+ - name : Install dependencies with Rails ${{ matrix.rails_version }}
32
+ run : bundle install
33
+ - name : Run tests
34
+ run : bundle exec rake
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
spec . require_paths = [ 'lib' ]
23
23
24
24
spec . required_ruby_version = '>= 2.5.0'
25
- spec . add_dependency "rails" , ">= 5.2.3" , "< 7.2 "
25
+ spec . add_dependency "rails" , ">= 5.2.3" , "< 7.3 "
26
26
27
27
spec . add_development_dependency "capybara"
28
28
spec . add_development_dependency "engine_cart"
You can’t perform that action at this time.
0 commit comments