Skip to content

Commit

Permalink
fix: install dip in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Feb 15, 2024
1 parent 83df5fd commit 9b9edce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3' ]
env:
RUBY_VERSION: ${{ matrix.ruby }}
name: Ruby ${{ matrix.ruby }}
Expand All @@ -24,6 +24,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: dip provision
run: |
gem install dip
dip provision
- name: Run tests
run: dip test

0 comments on commit 9b9edce

Please sign in to comment.