Skip to content

Commit f0b3e6a

Browse files
authored
update one uncaught ruby 3.4.2 test (#8425)
1 parent 6b6b270 commit f0b3e6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
ruby-version: '3.2.7'
190190

191191
# sync test only need ruby 3.4
192-
- name: Set up Ruby 3.4.2
192+
- name: Set up Ruby 3.4.7
193193
if: (contains(fromJSON('["build-integ","build-integ-dotnet-node-ruby", "build-integ-arm64"]'), matrix.test_suite) && matrix.container_runtime == 'no-container') || contains(fromJSON('["sync", "other-and-e2e"]'), matrix.test_suite)
194194
uses: ruby/setup-ruby@v1
195195
with:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.7

0 commit comments

Comments
 (0)