Skip to content

Commit 93b7df2

Browse files
committed
Using Ruby 3.2 in GitHub Actions
1 parent ba61dd6 commit 93b7df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Ruby
5252
uses: ruby/setup-ruby@v1
5353
with:
54-
ruby-version: 3.1
54+
ruby-version: 3.2
5555
bundler-cache: true
5656
- name: Install Gems Nightly non-Windows
5757
if: matrix.release == 'nightly' && matrix.os != 'windows'
@@ -119,7 +119,7 @@ jobs:
119119
- name: Set up Ruby
120120
uses: ruby/setup-ruby@v1
121121
with:
122-
ruby-version: 3.1
122+
ruby-version: 3.2
123123
bundler-cache: true
124124
- name: Install dependencies
125125
working-directory: ./examples/ruby

0 commit comments

Comments
 (0)