Skip to content

Commit 8b9d5d4

Browse files
authored
Merge pull request #72 from gojek/fix_ruby_version
Fix unsupported ruby 2.6.6 for macos 14 issue
2 parents 220b0bc + 3e4c9e1 commit 8b9d5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up ruby environment
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 2.6.6 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
20+
ruby-version: 2.6.7 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
2121
bundler-cache: true
2222

2323
- name: Testing Clickstream

0 commit comments

Comments
 (0)