Skip to content

Commit

Permalink
Update .github/workflows/tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Feb 26, 2024
1 parent 2650732 commit 4afe5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: ${{ (matrix.ruby_version < '3' && '2.4.21') || 'lagest' }}
bundler: ${{ (matrix.ruby_version < '3' && '2.4.21') || 'latest' }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec thor spec

0 comments on commit 4afe5e3

Please sign in to comment.