Skip to content

Commit ec7fb07

Browse files
authored
github: add Ruby 3.3/3.4 for CI (#118)
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 61fa050 commit ec7fb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
14+
ruby: [ '3.4', '3.3', '3.2', '3.1', '3.0', '2.7' ]
1515
os:
1616
- windows-latest
1717
experimental: [false]

0 commit comments

Comments
 (0)