Skip to content

Commit 1974b47

Browse files
committed
Add Ruby 4.0 in CI
1 parent df8706d commit 1974b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, jruby, truffleruby]
16+
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, '4.0', jruby, truffleruby]
1717
os: [ubuntu]
1818
include:
1919
- ruby: ruby

0 commit comments

Comments
 (0)