Skip to content

Merge pull request #3 from hidakatsuya/dev/add-disable-word-break-option #56

Merge pull request #3 from hidakatsuya/dev/add-disable-word-break-option

Merge pull request #3 from hidakatsuya/dev/add-disable-word-break-option #56

Workflow file for this run

name: Test
on:
push:
branches: [ main, dev ]
pull_request:
jobs:
test:
name: Test on ruby ${{ matrix.ruby_version }} and ${{ matrix.prawn_version }}
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version:
- '3.0'
- '3.1'
- '3.2'
prawn_version:
- '2.3'
- '2.4'
exclude:
- ruby_version: '3.0'
prawn_version: '2.3'
steps:
- uses: actions/checkout@v4
- uses: hidakatsuya/setup-diff-pdf@v1
with:
diff-pdf-version: '0.5'
- name: Set up Ruby ${{ matrix.ruby_version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- run: bundle exec rake test