Skip to content

Commit 5801cd4

Browse files
committed
ci: add Ruby 4.0
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent b2a47fd commit 5801cd4

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
11+
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0' ]
1212
postgres: [ '9', '10', '11', '12', '13' ]
1313
os:
1414
- ubuntu-latest

0 commit comments

Comments
 (0)