Skip to content

Commit

Permalink
Stop testing library with Ruby 2.4 and 2.5
Browse files Browse the repository at this point in the history
Minitest no longer supports Ruby 2.4 and 2.5, so then this is a reasonable change
  • Loading branch information
etagwerker committed Mar 2, 2024
1 parent c7d1686 commit 7a85959
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,6 @@ name: CI
on: [push, pull_request]

jobs:
test-ruby-2-4-x:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby 2.4
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.4
- name: Build and run tests
env:
BUNDLE_GEMFILE: "Gemfile-Ruby-2-4"
run: |
gem install bundler -v 2.3
bundle install --jobs 4 --retry 3
bundle exec rake
test-ruby-2-5-x:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby 2.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
- name: Build and run tests
env:
BUNDLE_GEMFILE: "Gemfile-Ruby-2-5"
run: |
gem install bundler -v 2.3.26
bundle install --jobs 4 --retry 3
bundle exec rake
test-ruby:
runs-on: ${{ matrix.os }}-latest
strategy:
Expand Down
13 changes: 0 additions & 13 deletions Gemfile-Ruby-2-4

This file was deleted.

13 changes: 0 additions & 13 deletions Gemfile-Ruby-2-5

This file was deleted.

0 comments on commit 7a85959

Please sign in to comment.