Skip to content

Commit 471da60

Browse files
authored
support ruby 3.4 (#538)
* support ruby 3.4 * remove test
1 parent 3dcad5b commit 471da60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
ruby:
25-
- '3.4.0-preview2'
25+
- '3.4'
2626
- '3.3'
2727
- '3.2'
2828
- '3.1'
2929
include:
30-
- ruby: '3.3'
30+
- ruby: '3.4'
3131
coverage: 'true'
3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)