We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be02d3 commit 809c3d4Copy full SHA for 809c3d4
.github/workflows/tests.yml
@@ -12,6 +12,6 @@ jobs:
12
- uses: ruby/setup-ruby@v1
13
with:
14
ruby-version: ${{ matrix.ruby }}
15
- bundler: ${{ (matrix.ruby_version < '3' && '2.4.21') || 'latest' }}
+ bundler: ${{ (matrix.ruby < '3' && '2.4.21') || 'latest' }}
16
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
17
- run: bundle exec thor spec
0 commit comments