From 2b640d3b07dc1d911e26e2393d7abd84cb7558f3 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 ---------------- 1 file changed, 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