mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Update the ruby versions to test this gem with
This commit is contained in:
parent
c4b73bfa4f
commit
e8b7de0c54
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -15,10 +15,10 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu]
|
||||
# We still kind of support Ruby 1.8.7
|
||||
ruby: [2.5, 2.6, 2.7, 3.0, head, jruby]
|
||||
ruby: [2.7, "3.0", 3.1, head, jruby]
|
||||
|
||||
name: >-
|
||||
${{matrix.os}}-ruby${{matrix.ruby}}
|
||||
${{matrix.os}}:ruby-${{matrix.ruby}}
|
||||
runs-on: ${{matrix.os}}-latest
|
||||
continue-on-error: ${{matrix.ruby == 'head' || matrix.ruby == 'jruby'}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue