Sha256: 5de209b547f347a4027d46a2c40e5e6da0e61ea0739c7bd0d3b0c5eb054e7629

Contents?: true

Size: 718 Bytes

Versions: 4

Compression:

Stored size: 718 Bytes

Contents

name: Tests

on:
  push:
  pull_request:
    branches: [ master ]
  schedule:
    - cron: '0 0 * * *'

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby:
          - '2.1'
          - '2.2'
          - '2.3'
          - '2.4'
          - '2.5'
          - '2.6'
          - '2.7'
          - '3.0'
          - 'ruby-head'
          - 'jruby-head'
          - 'truffleruby-head'

    steps:
      - uses: actions/checkout@v1

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

      - name: Test
        run: |
          bundle exec rake

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
getargv-0.3.3-universal-darwin vendor/bundle/ruby/3.3.0/gems/sdoc-2.6.1/.github/workflows/test.yml
sdoc-2.6.1 .github/workflows/test.yml
sdoc-2.6.0 .github/workflows/test.yml
sdoc-2.5.0 .github/workflows/test.yml