Skip to content

Commit b413269

Browse files
Merge pull request #401 from sharshenov/proper-testing-with-ruby-3.0
Take the minor version of Ruby into account
2 parents 448119d + c71295a commit b413269

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
ruby-version:
26-
- 2.7
27-
- 3.0
28-
- 3.1
29-
- 3.2
30-
- 3.3
26+
- '2.7'
27+
- '3.0'
28+
- '3.1'
29+
- '3.2'
30+
- '3.3'
3131

3232
steps:
3333
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)