Skip to content

Commit 97f380f

Browse files
authored
update supported Ruby versions (#29)
1 parent 35141f2 commit 97f380f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
ruby:
16-
- 3.0.6
17-
- 3.1.4
18-
- 3.2.3
19-
- 3.3.0
16+
- 3.1.5
17+
- 3.2.4
18+
- 3.3.1
2019
steps:
2120
- uses: actions/checkout@v4
2221
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)