Skip to content

Commit

Permalink
chore: update buildpack integrations tests (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-rosario committed Jun 9, 2023
1 parent dfd5cb4 commit 8c5bb47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildpack-integration-test.yml
Expand Up @@ -11,7 +11,7 @@ permissions: read-all

jobs:
php74-buildpack-test:
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.1
with:
http-builder-source: 'tests/conformance'
http-builder-target: 'declarativeHttpFunc'
Expand All @@ -21,7 +21,7 @@ jobs:
output-file: 'vendor/bin/function_output.json'
builder-runtime: 'php74'
php81-buildpack-test:
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.1
with:
http-builder-source: 'tests/conformance'
http-builder-target: 'declarativeHttpFunc'
Expand All @@ -31,12 +31,12 @@ jobs:
output-file: 'vendor/bin/function_output.json'
builder-runtime: 'php81'
php82-buildpack-test:
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.1
with:
http-builder-source: 'tests/conformance'
http-builder-target: 'declarativeHttpFunc'
cloudevent-builder-source: 'tests/conformance'
cloudevent-builder-target: 'declarativeCloudEventFunc'
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
output-file: 'vendor/bin/function_output.json'
builder-runtime: 'php82'
builder-runtime: 'php82'

0 comments on commit 8c5bb47

Please sign in to comment.