Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed May 27, 2023
1 parent fdd964a commit d129c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
ruby: ['3.2', '3.1', '3.0', '2.7', '2.6', '2.5', '2.4' ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- run: bundle install
- run: bundle exec rake

0 comments on commit d129c16

Please sign in to comment.