Skip to content

Commit

Permalink
try with ruby 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdguzman committed Dec 5, 2023
1 parent 0767159 commit 68bde1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [2.5, 2.6, 2.7]
ruby: [2.5, 2.6, 2.7.1]
runs-on: ${{ matrix.os }}

services:
Expand All @@ -24,8 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
env:
BUNDLE_BUILD__NOKOGIRI: "--use-system-libraries"
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand Down

0 comments on commit 68bde1c

Please sign in to comment.