Skip to content

Commit 8726a18

Browse files
Merge pull request #187 from igrigorik/ruby-4
Ruby 4
2 parents 699b641 + b181b01 commit 8726a18

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
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ruby: [2.7 ,'3.0', 3.1, 3.2, 3.3, 3.4, jruby, truffleruby]
20+
ruby: [2.7 ,'3.0', 3.1, 3.2, 3.3, 3.4, 4.0, jruby, truffleruby]
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)