Skip to content

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 8716bfe commit 08d0ea2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 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

0 comments on commit 08d0ea2

Please sign in to comment.