Skip to content

Commit 715535f

Browse files
authored
Merge pull request #126 from fastruby/fixes/remove-older-ruby-tests
Remove older ruby tests
2 parents a2d36e7 + 94e431a commit 715535f

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.github/workflows/main.yml

-16
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,3 @@ jobs:
2424
bundler-cache: true
2525
- name: Run rake task
2626
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

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Your changes/patches go here.
44

5+
- [CHORE: Remove 2.0.0, 2.1, 2.2 Ruby support](https://github.com/fastruby/next_rails/pull/126)
56
- [CHORE: Update compatibility for Ruby versions to use Rainbow](https://github.com/fastruby/next_rails/pull/125)
67
- [FEATURE: Support compatibility for Ruby versions](https://github.com/fastruby/next_rails/pull/116)
78
- [CHORE: Remove GPL licensed dependency Colorize and replace it with Rainbow]

0 commit comments

Comments
 (0)