.github/workflows/ci.yml in http-cookie-1.0.5 vs .github/workflows/ci.yml in http-cookie-1.0.6

- old
+ new

@@ -13,19 +13,19 @@ strategy: fail-fast: false 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}} runs-on: ${{matrix.os}}-latest continue-on-error: ${{matrix.ruby == 'head' || matrix.ruby == 'jruby'}} steps: - name: Check out - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up ruby and bundle uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}}