We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a911fd commit b83151aCopy full SHA for b83151a
1 file changed
.github/workflows/ruby-examples.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Set up Ruby
52
uses: ruby/setup-ruby@v1
53
with:
54
- ruby-version: 3.2
+ ruby-version: 3.4.7
55
bundler-cache: true
56
- name: Install Gems Nightly non-Windows
57
if: matrix.release == 'nightly' && matrix.os != 'windows'
@@ -119,7 +119,7 @@ jobs:
119
120
121
122
123
124
- name: Install dependencies
125
working-directory: ./examples/ruby
0 commit comments