mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
ci: add coverage for ruby 3.2 and 3.3
This commit is contained in:
parent
f1415469c6
commit
195f5ebb9f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu]
|
||||
# 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: >-
|
||||
${{matrix.os}}:ruby-${{matrix.ruby}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue