Skip to content

Commit

Permalink
Update test matrix for heroku supported ruby versions (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie authored Aug 24, 2022
1 parent f7aebfe commit bf2da6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- 6379:6379
strategy:
matrix:
ruby-version: ['3.0', 2.7, 2.6, 2.5, 2.4]
ruby-version: ['3.0', '2.7']

steps:
- uses: actions/checkout@v3
Expand All @@ -21,4 +21,4 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake
run: bundle exec rake

0 comments on commit bf2da6a

Please sign in to comment.