Skip to content

Commit c0b4ab9

Browse files
authored
Merge pull request #144 from smortex/ruby-3.3
Add Ruby 3.3 to the test matrix
2 parents 99d43f8 + cc4cb0e commit c0b4ab9

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
ruby-version:
18-
- 2.7
19-
- 3.0
20-
- 3.1
21-
- 3.2
18+
- "2.7"
19+
- "3.0"
20+
- "3.1"
21+
- "3.2"
22+
- "3.3"
2223
fail-fast: false
2324
steps:
2425
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)