Skip to content

Commit

Permalink
Add edge gems to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pointlessone committed Mar 3, 2024
1 parent 025414b commit 2903181
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,22 @@ jobs:
- "3.3.0"
- "head"
- "jruby-9.4"
edge_deps:
- true
- false
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Setup deps
if: ${{ matrix.edge_deps }}
run: |
echo "gem 'prawn-dev', github: 'prawnpdf/prawn-dev'" >> Gemfile.local
echo "gem 'pdf-core', github: 'prawnpdf/pdf-core'" >> Gemfile.local
echo "gem 'ttfunk', github: 'prawnpdf/ttfunk'" >> Gemfile.local
echo "gem 'prawn-manual_builder', github: 'prawnpdf/prawn-manual_builder'" >> Gemfile.local
- name: Gems cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 2903181

Please sign in to comment.