Skip to content

Commit

Permalink
remove ruby v2.6 and below
Browse files Browse the repository at this point in the history
  • Loading branch information
katjacresanti committed Aug 17, 2023
1 parent a3d0cb4 commit fceba41
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/minitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,14 @@ jobs:
strategy:
matrix:
ruby:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
- 3.1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: gem install bundler
if: ${{ matrix.ruby >= 2.3 }}
- run: gem install bundler:1.17.3
if: ${{ matrix.ruby < 2.3 }}
- run: bundle install --jobs 4 --retry 3
- run: bundle exec rake

0 comments on commit fceba41

Please sign in to comment.