From 94e431a6adb68fdd532dc28067233b1b4c559294 Mon Sep 17 00:00:00 2001 From: Juan Vasquez Date: Mon, 23 Sep 2024 21:05:09 -0600 Subject: [PATCH] Remove older ruby tests Ruby 2.0 does not support Rainbow 3 --- .github/workflows/main.yml | 16 ---------------- CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 16 deletions(-) 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]