Skip to content

Commit 9a4fb90

Browse files
YashBankacopybara-github
authored andcommitted
bump runtime versions
PiperOrigin-RevId: 808026932 Change-Id: Ie5cf7204d3f5dac41a2cc07ee09a6b97ec88202d
1 parent 56c9f14 commit 9a4fb90

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

builders/ruby/acceptance/runtime.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gae_runtimes = {
1010
"ruby30": "3.0.7",
1111
"ruby32": "3.2.9",
1212
"ruby33": "3.3.9",
13-
"ruby34": "3.4.5",
13+
"ruby34": "3.4.6",
1414
}
1515

1616
gcf_runtimes = {
@@ -19,13 +19,13 @@ gcf_runtimes = {
1919
"ruby30": "3.0.7",
2020
"ruby32": "3.2.9",
2121
"ruby33": "3.3.9",
22-
"ruby34": "3.4.5",
22+
"ruby34": "3.4.6",
2323
}
2424

2525
flex_runtimes = {
2626
"ruby32": "3.2.9",
2727
"ruby33": "3.3.9",
28-
"ruby34": "3.4.5",
28+
"ruby34": "3.4.6",
2929
}
3030

3131
version_to_stack = {

kokoro/presubmit/ruby/ruby34_flex_test.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# DO NOT EDIT THIS FILE MANUALLY.
1616
#
17-
# ruby34_flex_3.4.5_test.cfg file generated from contents of
17+
# ruby34_flex_3.4.6_test.cfg file generated from contents of
1818
# //third_party/gcp_buildpacks/builders/<<lang>>/acceptance/args.bzl
1919
#
2020
# Run 'blaze run cloud/serverless/runtime/config/tools/cmd:generate_kokoro_configs' to regenerate.
@@ -25,5 +25,5 @@ build_file: "buildpacks/kokoro/scripts/presubmit.sh"
2525

2626
env_vars {
2727
key: "FILTER"
28-
value: "ruby/acceptance:3.4.5_flex_test"
28+
value: "ruby/acceptance:3.4.6_flex_test"
2929
}

kokoro/presubmit/ruby/ruby34_gae_test.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# DO NOT EDIT THIS FILE MANUALLY.
1616
#
17-
# ruby34_gae_3.4.5_test.cfg file generated from contents of
17+
# ruby34_gae_3.4.6_test.cfg file generated from contents of
1818
# //third_party/gcp_buildpacks/builders/<<lang>>/acceptance/args.bzl
1919
#
2020
# Run 'blaze run cloud/serverless/runtime/config/tools/cmd:generate_kokoro_configs' to regenerate.
@@ -25,5 +25,5 @@ build_file: "buildpacks/kokoro/scripts/presubmit.sh"
2525

2626
env_vars {
2727
key: "FILTER"
28-
value: "ruby/acceptance:3.4.5_gae_test"
28+
value: "ruby/acceptance:3.4.6_gae_test"
2929
}

kokoro/presubmit/ruby/ruby34_gcf_test.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# DO NOT EDIT THIS FILE MANUALLY.
1616
#
17-
# ruby34_gcf_3.4.5_test.cfg file generated from contents of
17+
# ruby34_gcf_3.4.6_test.cfg file generated from contents of
1818
# //third_party/gcp_buildpacks/builders/<<lang>>/acceptance/args.bzl
1919
#
2020
# Run 'blaze run cloud/serverless/runtime/config/tools/cmd:generate_kokoro_configs' to regenerate.
@@ -25,5 +25,5 @@ build_file: "buildpacks/kokoro/scripts/presubmit.sh"
2525

2626
env_vars {
2727
key: "FILTER"
28-
value: "ruby/acceptance:3.4.5_gcf_test"
28+
value: "ruby/acceptance:3.4.6_gcf_test"
2929
}

kokoro/presubmit/ruby/ruby34_gcp_test.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# DO NOT EDIT THIS FILE MANUALLY.
1616
#
17-
# ruby34_gcp_3.4.5_test.cfg file generated from contents of
17+
# ruby34_gcp_3.4.6_test.cfg file generated from contents of
1818
# //third_party/gcp_buildpacks/builders/<<lang>>/acceptance/args.bzl
1919
#
2020
# Run 'blaze run cloud/serverless/runtime/config/tools/cmd:generate_kokoro_configs' to regenerate.
@@ -25,5 +25,5 @@ build_file: "buildpacks/kokoro/scripts/presubmit.sh"
2525

2626
env_vars {
2727
key: "FILTER"
28-
value: "ruby/acceptance:3.4.5_gcp_test"
28+
value: "ruby/acceptance:3.4.6_gcp_test"
2929
}

0 commit comments

Comments
 (0)