Commit bb6f899

mo khan <mo@mokhan.ca>
2026-03-31 17:19:05
chore: add ruby 4.0 to test matrix main
1 parent 97ac709
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        ruby-version: ['3.2', '3.3', '3.4']
+        ruby-version: ['3.2', '3.3', '3.4', '4.0']
     steps:
       - uses: actions/checkout@v2
       - name: Set up Ruby