Skip to content

Commit

Permalink
Update nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Apr 8, 2021
1 parent d0d554c commit 0088950
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -27,8 +27,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- head
- 3.0.0
- 3.0.1
- 2.7.2
- 2.6.6
appraisal:
Expand All @@ -39,8 +38,8 @@ jobs:
- sqlite3
- postgresql
exclude:
- { ruby: 3.0.0, appraisal: rails_5_1 }
- { ruby: 3.0.0, appraisal: rails_5_2 }
- { ruby: 3.0.1, appraisal: rails_5_1 }
- { ruby: 3.0.1, appraisal: rails_5_2 }
env:
DATABASE_ADAPTER: ${{ matrix.adapter }}
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
Expand Down

0 comments on commit 0088950

Please sign in to comment.