Skip to content

Commit f52ed18

Browse files
authored
CI: add Ruby 3.4 and 4.0 (#160)
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent c633411 commit f52ed18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: [ '4.0', '3.4', '3.3', '3.2', '3.1', '3.0', '2.7' ]
1515
postgres: [ '16', '15', '14', '13', '12' ]
1616
os:
1717
- ubuntu-latest

0 commit comments

Comments
 (0)