Skip to content

Commit

Permalink
Merge pull request #126 from fastruby/fixes/remove-older-ruby-tests
Browse files Browse the repository at this point in the history
Remove older ruby tests
  • Loading branch information
etagwerker authored Sep 24, 2024
2 parents a2d36e7 + 94e431a commit 715535f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,3 @@ jobs:
bundler-cache: true
- name: Run rake task
run: bundle exec rake

test_older:
runs-on: ubuntu-20.04
strategy:
matrix:
ruby-version: [2.2, 2.1, 2.0.0]

steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run rake task
run: bundle exec rake
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Your changes/patches go here.

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

0 comments on commit 715535f

Please sign in to comment.