Skip to content

Commit 821d3b9

Browse files
Use 2.6.10 ruby version
1 parent ca4fe4a commit 821d3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 2.6.x
17+
ruby-version: 2.6.10
1818
bundler-cache: true
1919

2020
- name: Test
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: ruby/setup-ruby@v1
3131
with:
32-
ruby-version: 2.6.x
32+
ruby-version: 2.6.10
3333
bundler-cache: true
3434

3535
- name: Build

0 commit comments

Comments
 (0)