ci: add coverage for ruby 3.2 and 3.3

This commit is contained in:
Mike Dalessio 2024-03-23 17:08:22 -04:00
parent f1415469c6
commit 195f5ebb9f
No known key found for this signature in database
GPG key ID: FCF96ED17542E12F

View file

@ -15,7 +15,7 @@ jobs:
matrix: matrix:
os: [ubuntu] os: [ubuntu]
# We still kind of support Ruby 1.8.7 # We still kind of support Ruby 1.8.7
ruby: [2.7, "3.0", 3.1, head, jruby] ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "head", "jruby"]
name: >- name: >-
${{matrix.os}}:ruby-${{matrix.ruby}} ${{matrix.os}}:ruby-${{matrix.ruby}}