File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 - run : sudo apt install libvips-dev
1010 - uses : ruby/setup-ruby@v1
1111 with :
12- ruby-version : ' 3.3 '
12+ ruby-version : ' 3.4 '
1313 bundler-cache : true
1414 - run : gem install rails
1515 - run : rake test:alpine
Original file line number Diff line number Diff line change 99 - run : sudo apt install libvips-dev
1010 - uses : ruby/setup-ruby@v1
1111 with :
12- ruby-version : ' 3.3 '
12+ ruby-version : ' 3.4 '
1313 bundler-cache : true
1414 - run : gem install rails
1515 - run : rake test
Original file line number Diff line number Diff line change 1- name : RuboCop
1+ 444e : RuboCop
22
33on : [push, pull_request]
44
@@ -14,10 +14,10 @@ jobs:
1414 steps :
1515 - uses : actions/checkout@v3
1616
17- - name : Set up Ruby 3.3
17+ - name : Set up Ruby 3.4
1818 uses : ruby/setup-ruby@v1
1919 with :
20- ruby-version : 3.3
20+ ruby-version : 3.4
2121 bundler-cache : true
2222
2323 - name : Run RuboCop
Original file line number Diff line number Diff line change 99 - run : sudo apt install libvips-dev
1010 - uses : ruby/setup-ruby@v1
1111 with :
12- ruby-version : ' 3.3 '
12+ ruby-version : ' 3.4 '
1313 bundler-cache : true
1414 - run : gem install rails
1515 - run : rake test:system
You can’t perform that action at this time.
0 commit comments