Skip to content

Commit 5545baa

Browse files
authored
Update ruby version in validation workflow
1 parent dcd8efc commit 5545baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Ruby
1313
uses: actions/setup-ruby@v1
1414
with:
15-
ruby-version: 2.6
15+
ruby-version: 2.7.7
1616

1717
- name: Build
1818
run: |

0 commit comments

Comments
 (0)