Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Fix CI for Ruby 2.5 and below
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Feb 14, 2023
1 parent 823bbe7 commit 89c9338
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,13 @@ jobs:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby }}"

- name: Bundle
run: |
gem install bundler
bundle install
bundler-cache: true

- name: Run tests
run: |
Expand Down Expand Up @@ -89,17 +85,13 @@ jobs:
env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby }}"

- name: Bundle
run: |
gem install bundler
bundle install
bundler-cache: true

- name: Run tests
env:
Expand Down Expand Up @@ -143,17 +135,13 @@ jobs:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby }}"

- name: Bundle
run: |
gem install bundler
bundle install
bundler-cache: true

- name: Run tests
env:
Expand Down

0 comments on commit 89c9338

Please sign in to comment.