Skip to content

Commit

Permalink
run tests against Ruby 3.4, 3.3, 3.2, and 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmsk committed Jan 17, 2025
1 parent 1810f02 commit 058e436
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
strategy:
matrix:
ruby:
- '3.3.1'
- "3.4.1"
- "3.3.7"
- "3.2.6"
- "3.1.6"

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

0 comments on commit 058e436

Please sign in to comment.