Skip to content

Bump version to 3.3.0 #23

Bump version to 3.3.0

Bump version to 3.3.0 #23

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2", jruby, truffleruby]
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install libxml2-dev libxslt-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec