Skip to content

Commit 32e010f

Browse files
authored
Add Ruby 4 to CI (#1659)
1 parent 16cbd38 commit 32e010f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
46+
ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4', '4.0' ]
4747
experimental: [false]
4848
include:
4949
- ruby: head

0 commit comments

Comments
 (0)