Skip to content

Commit 8d42a91

Browse files
CI: test against Ruby 4.x
1 parent 07a9628 commit 8d42a91

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
strategy:
1616
matrix:
1717
ruby-version:
18-
- "3.4.2"
19-
- "3.3.7"
20-
- "3.2.7"
18+
- "4.0"
19+
- "3.4"
20+
- "3.3"
21+
- "3.2"
2122

2223
steps:
2324
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)