Skip to content

Commit

Permalink
Merge pull request #133 from raszi/chore/drop-ruby-2.5
Browse files Browse the repository at this point in the history
chore: drop Ruby 2.5 support
  • Loading branch information
raszi authored Jan 8, 2023
2 parents 97d0b29 + 6fdd574 commit 11a8d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1']
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 11a8d62

Please sign in to comment.