File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 36
36
builder-runtime : ' python310'
37
37
builder-runtime-version : ' 3.10'
38
38
start-delay : 5
39
+ python311 :
40
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
41
+ with :
42
+ http-builder-source : ' tests/conformance'
43
+ http-builder-target : ' write_http_declarative'
44
+ cloudevent-builder-source : ' tests/conformance'
45
+ cloudevent-builder-target : ' write_cloud_event_declarative'
46
+ prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
47
+ builder-runtime : ' python311'
48
+ builder-runtime-version : ' 3.11'
49
+ start-delay : 5
50
+ python312 :
51
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
52
+ with :
53
+ http-builder-source : ' tests/conformance'
54
+ http-builder-target : ' write_http_declarative'
55
+ cloudevent-builder-source : ' tests/conformance'
56
+ cloudevent-builder-target : ' write_cloud_event_declarative'
57
+ prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
58
+ builder-runtime : ' python312'
59
+ builder-runtime-version : ' 3.12'
60
+ start-delay : 5
You can’t perform that action at this time.
0 commit comments