Skip to content

Commit 4afe5e3

Browse files
authored
Update .github/workflows/tests.yml
1 parent 2650732 commit 4afe5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: ruby/setup-ruby@v1
1313
with:
1414
ruby-version: ${{ matrix.ruby }}
15-
bundler: ${{ (matrix.ruby_version < '3' && '2.4.21') || 'lagest' }}
15+
bundler: ${{ (matrix.ruby_version < '3' && '2.4.21') || 'latest' }}
1616
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1717
- run: bundle exec thor spec

0 commit comments

Comments
 (0)