Sha256: 7aa2d499057bdd0f5ebf94394db8dbad2bbf3f895d8c198fa1dc5addfb9f37a6

Contents?: true

Size: 731 Bytes

Versions: 7

Compression:

Stored size: 731 Bytes

Contents

name: CI

on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - "*"

jobs:
  test:
    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]

    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

      - name: Set up ruby and bundle
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{matrix.ruby}}
          bundler-cache: true

      - name: Run rake
        run: |
          bundle exec rake

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/http-cookie-1.0.5/.github/workflows/ci.yml
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/http-cookie-1.0.5/.github/workflows/ci.yml
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/http-cookie-1.0.5/.github/workflows/ci.yml
direct7-0.0.13 vendor/bundle/ruby/2.7.0/gems/http-cookie-1.0.5/.github/workflows/ci.yml
direct7-0.0.12 vendor/bundle/ruby/2.7.0/gems/http-cookie-1.0.5/.github/workflows/ci.yml
direct7-0.0.11 vendor/bundle/ruby/2.7.0/gems/http-cookie-1.0.5/.github/workflows/ci.yml
http-cookie-1.0.5 .github/workflows/ci.yml