File tree 2 files changed +1
-16
lines changed
2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 24
24
bundler-cache : true
25
25
- name : Run rake task
26
26
run : bundle exec rake
27
-
28
- test_older :
29
- runs-on : ubuntu-20.04
30
- strategy :
31
- matrix :
32
- ruby-version : [2.2, 2.1, 2.0.0]
33
-
34
- steps :
35
- - uses : actions/checkout@v2
36
- - name : Set up Ruby ${{ matrix.ruby-version }}
37
- uses : ruby/setup-ruby@v1
38
- with :
39
- ruby-version : ${{ matrix.ruby-version }}
40
- bundler-cache : true
41
- - name : Run rake task
42
- run : bundle exec rake
Original file line number Diff line number Diff line change 2
2
3
3
* Your changes/patches go here.
4
4
5
+ - [ CHORE: Remove 2.0.0, 2.1, 2.2 Ruby support] ( https://github.com/fastruby/next_rails/pull/126 )
5
6
- [ CHORE: Update compatibility for Ruby versions to use Rainbow] ( https://github.com/fastruby/next_rails/pull/125 )
6
7
- [ FEATURE: Support compatibility for Ruby versions] ( https://github.com/fastruby/next_rails/pull/116 )
7
8
- [ CHORE: Remove GPL licensed dependency Colorize and replace it with Rainbow]
You can’t perform that action at this time.
0 commit comments