File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88jobs :
99 java11-buildpack-test :
10- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
10+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
1111 with :
1212 http-builder-source : ' /tmp/tests/conformance'
1313 http-builder-target : ' com.google.cloud.functions.conformance.HttpConformanceFunction'
1414 cloudevent-builder-source : ' /tmp/tests/conformance'
1515 cloudevent-builder-target : ' com.google.cloud.functions.conformance.CloudEventsConformanceFunction'
1616 prerun : ' invoker/conformance/prerun.sh'
1717 builder-runtime : ' java11'
18- # Latest uploaded tag from us.gcr.io/fn-img/us/buildpacks/java11/builder
19- builder-tag : ' java11_20220620_11_0_RC00'
2018 java17-buildpack-test :
21- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
19+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
2220 with :
2321 http-builder-source : ' /tmp/tests/conformance'
2422 http-builder-target : ' com.google.cloud.functions.conformance.HttpConformanceFunction'
2523 cloudevent-builder-source : ' /tmp/tests/conformance'
2624 cloudevent-builder-target : ' com.google.cloud.functions.conformance.CloudEventsConformanceFunction'
2725 prerun : ' invoker/conformance/prerun.sh'
28- builder-runtime : ' java17'
29- # Latest uploaded tag from us.gcr.io/fn-img/us/buildpacks/java17/builder
30- builder-tag : ' java17_20220617_17_0_RC00'
26+ builder-runtime : ' java17'
You can’t perform that action at this time.
0 commit comments