diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d19c412..19d5d95 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index c041a1a..d8cd995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]