Skip to content

Commit

Permalink
chore: drop compatibility with ruby <3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobobq committed Sep 19, 2024
1 parent dad6361 commit 6485cc8
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 @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
ruby: [2.7, '3.0', 3.1, 3.2]
ruby: [3.1, 3.2]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6485cc8

Please sign in to comment.