Skip to content

Commit e7b1f65

Browse files
committed
Bump Ruby to 3.1
1 parent a37be48 commit e7b1f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
steps:
99
- uses: actions/checkout@v3
1010

11-
- name: Set up Ruby 3.0
11+
- name: Set up Ruby 3.1
1212
uses: ruby/setup-ruby@v1
1313
with:
14-
ruby-version: '3.0'
14+
ruby-version: '3.1'
1515

1616
- name: Install Bundle Dependencies
1717
run: bundle install

0 commit comments

Comments
 (0)