44 push :
55 branches :
66 - master
7+ pull_request :
78 workflow_dispatch :
9+ # Runs every day on 12:00 AM PST
10+ schedule :
11+ - cron : " 0 0 * * *"
812
913# Declare default permissions as read only.
1014permissions : read-all
1115
1216jobs :
1317 python37 :
14- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
18+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
1519 with :
1620 http-builder-source : ' tests/conformance'
1721 http-builder-target : ' write_http_declarative'
1822 cloudevent-builder-source : ' tests/conformance'
1923 cloudevent-builder-target : ' write_cloud_event_declarative'
2024 prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
2125 builder-runtime : ' python37'
26+ builder-runtime-version : ' 3.7'
2227 start-delay : 5
2328 python38 :
24- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
29+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
2530 with :
2631 http-builder-source : ' tests/conformance'
2732 http-builder-target : ' write_http_declarative'
2833 cloudevent-builder-source : ' tests/conformance'
2934 cloudevent-builder-target : ' write_cloud_event_declarative'
3035 prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
3136 builder-runtime : ' python38'
37+ builder-runtime-version : ' 3.8'
3238 start-delay : 5
3339 python39 :
34- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
40+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
3541 with :
3642 http-builder-source : ' tests/conformance'
3743 http-builder-target : ' write_http_declarative'
3844 cloudevent-builder-source : ' tests/conformance'
3945 cloudevent-builder-target : ' write_cloud_event_declarative'
4046 prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
4147 builder-runtime : ' python39'
48+ builder-runtime-version : ' 3.9'
4249 start-delay : 5
4350 python310 :
44- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
51+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
4552 with :
4653 http-builder-source : ' tests/conformance'
4754 http-builder-target : ' write_http_declarative'
4855 cloudevent-builder-source : ' tests/conformance'
4956 cloudevent-builder-target : ' write_cloud_event_declarative'
5057 prerun : ' tests/conformance/prerun.sh ${{ github.sha }}'
5158 builder-runtime : ' python310'
59+ builder-runtime-version : ' 3.10'
5260 start-delay : 5
0 commit comments