Skip to content

Commit

Permalink
Update rspec action
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Apr 22, 2023
1 parent 8c0ae33 commit 8f37818
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
- "2.7"
- "3.0"
- "3.1"
# Enable 3.2 once https://github.com/thoughtbot/appraisal/pull/202 is released
#- "3.2"
- "head"
- "jruby"
- "jruby-9.3"
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand All @@ -33,7 +35,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y install libsqlite3-dev
gem install bundler
bundle install --retry 3
- name: Test with all appraisals
if : ${{ matrix.ruby != 'head' }}
Expand Down

0 comments on commit 8f37818

Please sign in to comment.