Sha256: 004e03c32764613e44fe9fe9c094cf125620e02585a0b11bac018ae1874d9ba8
Contents?: true
Size: 946 Bytes
Versions: 3
Compression:
Stored size: 946 Bytes
Contents
name: CI on: - push jobs: build: name: Ruby ${{ matrix.version }} ${{ matrix.gemfile }} runs-on: ubuntu-latest env: BUNDLE_GEMFILE: ${{ matrix.gemfile }} strategy: matrix: version: - 2.4 - 2.5 - 2.6 - 2.7 gemfile: - Gemfile_ar41 - Gemfile_ar50 - Gemfile_ar51 - Gemfile_ar_master exclude: - version: 2.7 gemfile: Gemfile_ar41 steps: - uses: actions/checkout@v2 - name: Remove Gemfile.lock run: | rm -f ${GITHUB_WORKSPACE}/Gemfile.lock - name: Set up Ruby ${{ matrix.version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.version }} - name: Run Tests run: | bundle config set --with docs bundle config set ignore_messages true bundle bundle exec rake test
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shopify_api-9.4.1 | .github/workflows/build.yml |
shopify_api-9.4.0 | .github/workflows/build.yml |
shopify_api-9.3.0 | .github/workflows/build.yml |