We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cabac commit cf345d4Copy full SHA for cf345d4
.github/workflows/skunk.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Setup Ruby
11
uses: ruby/setup-ruby@v1
12
with:
13
- ruby-version: 2.6
+ ruby-version: 3.1
14
bundler-cache: true
15
- name: Run test suite with COVERAGE=true
16
run: |
0 commit comments