Skip to content

Fix socket initialization on JRuby #47

Fix socket initialization on JRuby

Fix socket initialization on JRuby #47

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
node-version: ['12.x', '14.x', '16.x']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install npm packages
run: yarn install
- run: TESTOPTS=--verbose bundle exec rake