Skip to content

Commit d480dad

Browse files
committed
chore: Add Ruby 3.3 and 3.4 to test matrix
1 parent 28bc491 commit d480dad

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
matrix:
1616
ruby:
1717
- "2.7.8"
18-
- "3.0.6"
19-
- "3.1.4"
20-
- "3.2.2"
18+
- "3.0.7"
19+
- "3.1.7"
20+
- "3.2.9"
21+
- "3.3.9"
22+
- "3.4.7"
2123

2224
steps:
2325
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)