Skip to content

Commit

Permalink
Drop support for ruby 2.7, increase range for newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin authored Feb 22, 2024
1 parent d02ab95 commit 3674c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
ruby-version: ['2.7', '3.0']
ruby-version: ['3.0', '3.1', '3.2', '3.3']

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

0 comments on commit 3674c58

Please sign in to comment.