Skip to content

Commit

Permalink
fixup! 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 2903181 commit a1b85f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ jobs:
- "3.3.0"
- "head"
- "jruby-9.4"
edge_deps:
- true
- false
dependencies:
- "edge"
- "release"
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 }}
if: ${{ matrix.dependencies == 'edge' }}
run: |
echo "gem 'prawn-dev', github: 'prawnpdf/prawn-dev'" >> Gemfile.local
echo "gem 'pdf-core', github: 'prawnpdf/pdf-core'" >> Gemfile.local
Expand Down

0 comments on commit a1b85f9

Please sign in to comment.