Skip to content

Update version to 3.0.7 #8

Update version to 3.0.7

Update version to 3.0.7 #8

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- ruby: 3.2
gemfile: Gemfile
- ruby: 3.1
gemfile: Gemfile
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v3
- name: Install poppler-utils
run: sudo apt-get install -y poppler-utils
- name: Install antiword
run: sudo apt-get install -y antiword
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test