Skip to content

Commit b5ce11c

Browse files
authored
Add Ruby 4.0 to the test matrix in GitHub Actions workflow (#379)
1 parent ff0d70f commit b5ce11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ruby: ['3.2', '3.3', '3.4', 'jruby-10.0']
18+
ruby: ['3.2', '3.3', '3.4', '4.0', 'jruby-10.0']
1919
env:
2020
BUNDLE_WITHOUT: optional
2121
steps:

0 commit comments

Comments
 (0)