File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 58
58
builder-runtime : ' python310'
59
59
builder-runtime-version : ' 3.10'
60
60
start-delay : 5
61
+ python311 :
62
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
63
+ with :
64
+ http-builder-source : ' tests/conformance'
65
+ http-builder-target : ' write_http_declarative'
66
+ cloudevent-builder-source : ' tests/conformance'
67
+ cloudevent-builder-target : ' write_cloud_event_declarative'
68
+ prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
69
+ builder-runtime : ' python311'
70
+ builder-runtime-version : ' 3.11'
71
+ start-delay : 5
72
+ python312 :
73
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
74
+ with :
75
+ http-builder-source : ' tests/conformance'
76
+ http-builder-target : ' write_http_declarative'
77
+ cloudevent-builder-source : ' tests/conformance'
78
+ cloudevent-builder-target : ' write_cloud_event_declarative'
79
+ prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
80
+ builder-runtime : ' python312'
81
+ builder-runtime-version : ' 3.12'
82
+ start-delay : 5
You can’t perform that action at this time.
0 commit comments