Skip to content

Commit

Permalink
I promise ruby-head is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Nov 1, 2022
1 parent e52aa43 commit 8ebfd9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
@@ -1,4 +1,4 @@
name: Linting
name: Lint

on:
pull_request:
Expand Down
18 changes: 3 additions & 15 deletions .github/workflows/ci.yml → .github/workflows/test.yml
@@ -1,4 +1,4 @@
name: Ruby CI
name: Test

on:
pull_request:
Expand All @@ -15,26 +15,14 @@ jobs:
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
ruby-version:
- 3.1
experimental: [false]
include:
- ruby-version: head
experimental: true

continue-on-error: ${{ matrix.experimental }}

steps:
- uses: actions/checkout@v3
- name: Install libxslt and libxml2
run: sudo apt-get install libxslt-dev libxml2-dev
- name: Set up Ruby ${{ matrix.ruby-version }}
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
ruby-version: 3.1
bundler-cache: true
- name: Install dependencies
run: bundle install
Expand Down

0 comments on commit 8ebfd9b

Please sign in to comment.