Commit f612141

mo khan <mo@mokhan.ca>
2025-03-26 19:45:53
chore: add 3.2, 3.3, 3.4 to testing matrix
1 parent d35241c
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        ruby-version: ['2.7', '3.0', '3.1']
+        ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
     steps:
       - uses: actions/checkout@v2
       - uses: ruby/setup-ruby@v1