Skip to content

Commit

Permalink
Merge pull request #401 from sharshenov/proper-testing-with-ruby-3.0
Browse files Browse the repository at this point in the history
Take the minor version of Ruby into account
  • Loading branch information
michaelklishin committed Aug 26, 2024
2 parents 448119d + c71295a commit b413269
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'

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

0 comments on commit b413269

Please sign in to comment.