Skip to content

Commit

Permalink
drop 2.3 support from tests, focus on supported rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Mar 21, 2021
1 parent 32c5322 commit 0c64ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0']
ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0']
timeout-minutes: 5

steps:
Expand Down

0 comments on commit 0c64ef1

Please sign in to comment.