Skip to content
This repository was archived by the owner on Jun 30, 2020. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
134 changes: 0 additions & 134 deletions .github/workflows/ruby-2.3.yml

This file was deleted.

24 changes: 12 additions & 12 deletions .github/workflows/ruby-2.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
version: 2.4.x
ruby-version: 2.4.x

- uses: actions/cache@v1
id: bundle-42
id: ruby-24-bundle-42
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ hashFiles('hubspot-api-ruby.gemspec') }}-${{ hashFiles('gemfiles/activesupport_4.2.gemfile') }}

- name: Install Dependencies
if: steps.bundle-42.outputs.cache-hit != 'true'
if: steps.ruby-24-bundle-42.outputs.cache-hit != 'true'
run: |
gem install bundler
bundle install --jobs=3 --retry=3 --path=vendor/bundle
Expand All @@ -50,16 +50,16 @@ jobs:
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
version: 2.4.x
ruby-version: 2.4.x

- uses: actions/cache@v1
id: bundle-50
id: ruby-24-bundle-50
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ hashFiles('hubspot-api-ruby.gemspec') }}-${{ hashFiles('gemfiles/activesupport_5.0.gemfile') }}

- name: Install Dependencies
if: steps.bundle-50.outputs.cache-hit != 'true'
if: steps.ruby-24-bundle-50.outputs.cache-hit != 'true'
run: |
gem install bundler
bundle install --jobs=3 --retry=3 --path=vendor/bundle
Expand All @@ -81,16 +81,16 @@ jobs:
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
version: 2.4.x
ruby-version: 2.4.x

- uses: actions/cache@v1
id: bundle-51
id: ruby-24-bundle-51
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ hashFiles('hubspot-api-ruby.gemspec') }}-${{ hashFiles('gemfiles/activesupport_5.1.gemfile') }}

- name: Install Dependencies
if: steps.bundle-51.outputs.cache-hit != 'true'
if: steps.ruby-24-bundle-51.outputs.cache-hit != 'true'
run: |
gem install bundler
bundle install --jobs=3 --retry=3 --path=vendor/bundle
Expand All @@ -112,16 +112,16 @@ jobs:
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
version: 2.4.x
ruby-version: 2.4.x

- uses: actions/cache@v1
id: bundle-52
id: ruby-24-bundle-52
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ hashFiles('hubspot-api-ruby.gemspec') }}-${{ hashFiles('gemfiles/activesupport_5.2.gemfile') }}

- name: Install Dependencies
if: steps.bundle-52.outputs.cache-hit != 'true'
if: steps.ruby-24-bundle-52.outputs.cache-hit != 'true'
run: |
gem install bundler
bundle install --jobs=3 --retry=3 --path=vendor/bundle
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/ruby-2.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
version: 2.5.x
ruby-version: 2.5.x

- uses: actions/cache@v1
id: bundle-42
id: ruby-25-bundle-42
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ hashFiles('hubspot-api-ruby.gemspec') }}-${{ hashFiles('gemfiles/activesupport_4.2.gemfile') }}

- name: Install Dependencies
if: steps.bundle-42.outputs.cache-hit != 'true'
if: steps.ruby-25-bundle-42.outputs.cache-hit != 'true'
run: |
gem install bundler
bundle install --jobs=3 --retry=3 --path=vendor/bundle
Expand All @@ -50,16 +50,16 @@ jobs:
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
version: 2.5.x
ruby-version: 2.5.x

- uses: actions/cache@v1
id: bundle-50
id: ruby-25-bundle-50
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ hashFiles('hubspot-api-ruby.gemspec') }}-${{ hashFiles('gemfiles/activesupport_5.0.gemfile') }}

- name: Install Dependencies
if: steps.bundle-50.outputs.cache-hit != 'true'
if: steps.ruby-25-bundle-50.outputs.cache-hit != 'true'
run: |
gem install bundler
bundle install --jobs=3 --retry=3 --path=vendor/bundle
Expand All @@ -81,16 +81,16 @@ jobs:
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
version: 2.5.x
ruby-version: 2.5.x

- uses: actions/cache@v1
id: bundle-51
id: ruby-25-bundle-51
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ hashFiles('hubspot-api-ruby.gemspec') }}-${{ hashFiles('gemfiles/activesupport_5.1.gemfile') }}

- name: Install Dependencies
if: steps.bundle-51.outputs.cache-hit != 'true'
if: steps.ruby-25-bundle-51.outputs.cache-hit != 'true'
run: |
gem install bundler
bundle install --jobs=3 --retry=3 --path=vendor/bundle
Expand All @@ -112,16 +112,16 @@ jobs:
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
version: 2.5.x
ruby-version: 2.5.x

- uses: actions/cache@v1
id: bundle-52
id: ruby-25-bundle-52
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ hashFiles('hubspot-api-ruby.gemspec') }}-${{ hashFiles('gemfiles/activesupport_5.2.gemfile') }}

- name: Install Dependencies
if: steps.bundle-52.outputs.cache-hit != 'true'
if: steps.ruby-25-bundle-52.outputs.cache-hit != 'true'
run: |
gem install bundler
bundle install --jobs=3 --retry=3 --path=vendor/bundle
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/ruby-2.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
version: 2.6.x
ruby-version: 2.6.x

- uses: actions/cache@v1
id: bundle-42
id: ruby-26-bundle-42
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ hashFiles('hubspot-api-ruby.gemspec') }}-${{ hashFiles('gemfiles/activesupport_4.2.gemfile') }}

- name: Install Dependencies
if: steps.bundle-42.outputs.cache-hit != 'true'
if: steps.ruby-26-bundle-42.outputs.cache-hit != 'true'
run: |
gem install bundler
bundle install --jobs=3 --retry=3 --path=vendor/bundle
Expand All @@ -50,16 +50,16 @@ jobs:
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
version: 2.6.x
ruby-version: 2.6.x

- uses: actions/cache@v1
id: bundle-50
id: ruby-26-bundle-50
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ hashFiles('hubspot-api-ruby.gemspec') }}-${{ hashFiles('gemfiles/activesupport_5.0.gemfile') }}

- name: Install Dependencies
if: steps.bundle-50.outputs.cache-hit != 'true'
if: steps.ruby-26-bundle-50.outputs.cache-hit != 'true'
run: |
gem install bundler
bundle install --jobs=3 --retry=3 --path=vendor/bundle
Expand All @@ -81,16 +81,16 @@ jobs:
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
version: 2.6.x
ruby-version: 2.6.x

- uses: actions/cache@v1
id: bundle-51
id: ruby-26-bundle-51
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ hashFiles('hubspot-api-ruby.gemspec') }}-${{ hashFiles('gemfiles/activesupport_5.1.gemfile') }}

- name: Install Dependencies
if: steps.bundle-51.outputs.cache-hit != 'true'
if: steps.ruby-26-bundle-51.outputs.cache-hit != 'true'
run: |
gem install bundler
bundle install --jobs=3 --retry=3 --path=vendor/bundle
Expand All @@ -112,16 +112,16 @@ jobs:
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
version: 2.6.x
ruby-version: 2.6.x

- uses: actions/cache@v1
id: bundle-52
id: ruby-26-bundle-52
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ hashFiles('hubspot-api-ruby.gemspec') }}-${{ hashFiles('gemfiles/activesupport_5.2.gemfile') }}

- name: Install Dependencies
if: steps.bundle-52.outputs.cache-hit != 'true'
if: steps.ruby-26-bundle-52.outputs.cache-hit != 'true'
run: |
gem install bundler
bundle install --jobs=3 --retry=3 --path=vendor/bundle
Expand Down