Sha256: 37db15f941609f74438e77e37c65ae97bdb11f70e268f922b59681f052a0e444

Contents?: true

Size: 645 Bytes

Versions: 81

Compression:

Stored size: 645 Bytes

Contents

name: CI
on: [push, pull_request]
jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby:
          - 2.3
          - 2.4
          - 2.5
          - 2.6
          - 2.7
          - '3.0' # Quoted, to avoid YAML float 3.0 interplated to "3"
          - 3.1
          - 3.2
    steps:
      - name: Check out repository code
        uses: actions/checkout@v3
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true # Run "bundle install", and cache the result automatically.
      - name: Run Rake
        run: bundle exec rake

Version data entries

81 entries across 81 versions & 3 rubygems

Version Path
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
study_line-0.2.7 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
study_line-0.2.6 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
study_line-0.2.5 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
study_line-0.2.4 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
study_line-0.2.3 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
study_line-0.2.2 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
study_line-0.2.1 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
study_line-0.2.0 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
harbr-0.2.10 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
harbr-0.2.9 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
harbr-0.2.8 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
harbr-0.2.7 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
harbr-0.2.6 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
harbr-0.2.5 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
harbr-0.2.4 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
harbr-0.2.3 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
harbr-0.2.2 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
harbr-0.2.1 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml
harbr-0.2.0 vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml