Skip to content

Commit acdb45c

Browse files
authored
github: add Ruby 3.4 for CI (#231)
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent c031f8f commit acdb45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.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.3', '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
- ubuntu-latest
1717
experimental: [false]

0 commit comments

Comments
 (0)