Skip to content

Update to Font Awesome 6.7.1 #46

Update to Font Awesome 6.7.1

Update to Font Awesome 6.7.1 #46

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '2.7'
- '3.1'
gemfile:
- gemfiles/prawn-1.3.0.gemfile
- gemfiles/prawn-2.4.0.gemfile
- gemfiles/prawn-master.gemfile
exclude:
- ruby: '3.1'
gemfile: gemfiles/prawn-1.3.0.gemfile
- ruby: '3.1'
gemfile: gemfiles/prawn-2.4.0.gemfile
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Build and test with Rake
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
run: |
echo 'bundle install --gemfile=${{ matrix.gemfile }}'
bundle install --jobs 4 --retry 3
bundle exec rake