Skip to content

Commit f0b01e9

Browse files
authored
Merge pull request #128 from bquorning/ci-add-ruby-4.0
CI: Test with Ruby 4.0
2 parents 5146a1b + dcf3765 commit f0b01e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'ruby-head']
29+
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0', 'ruby-head']
3030

3131
steps:
3232
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)