We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 220b0bc + 3e4c9e1 commit 8b9d5d4Copy full SHA for 8b9d5d4
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up ruby environment
18
uses: ruby/setup-ruby@v1
19
with:
20
- ruby-version: 2.6.6 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
+ ruby-version: 2.6.7 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
21
bundler-cache: true
22
23
- name: Testing Clickstream
0 commit comments