Skip to content

Commit 0a97806

Browse files
Update verify.yml
1 parent 6be2382 commit 0a97806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- name: Check out code
1313
uses: actions/checkout@v3
14-
- name: Set up Ruby 2.7
14+
- name: Set up Ruby 3.0
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: '2.7'
17+
ruby-version: '3.0'
1818
- name: Restore cache
1919
uses: actions/cache@v3
2020
with:

0 commit comments

Comments
 (0)