Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/buildpack-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
builder-runtime-version: '3.10'
start-delay: 5
python311:
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@fix-resolve-latest
with:
http-builder-source: 'tests/conformance'
http-builder-target: 'write_http_declarative'
Expand All @@ -58,6 +58,7 @@ jobs:
builder-runtime: 'python311'
builder-runtime-version: '3.11'
start-delay: 5
conformance-action-version: 'fix-resolve-latest'
# Python 3.12 conformance tests are disabled due to the buildpack defaulting to
# Ubuntu 18.04, which has no Python 3.12 version, and being unable to specify
# the OS/stack via the conformance test configuration
Expand Down
Loading