Skip to content

Commit

Permalink
update supported Ruby versions (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
corybuecker authored May 9, 2024
1 parent 35141f2 commit 97f380f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
strategy:
matrix:
ruby:
- 3.0.6
- 3.1.4
- 3.2.3
- 3.3.0
- 3.1.5
- 3.2.4
- 3.3.1
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 97f380f

Please sign in to comment.