Skip to content

Commit

Permalink
fix typo in buildpack-integration-test.yml (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
akerekes authored Dec 3, 2024
1 parent 9e83219 commit 4838130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildpack-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
output-file: 'vendor/bin/function_output.json'
builder-runtime: 'php82'
builder-runtime-version: '">=8.2,<8.3"'
php82-buildpack-test:
php83-buildpack-test:
if: github.event.pull_request.head.repo.full_name == github.repository
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
with:
Expand All @@ -46,4 +46,4 @@ jobs:
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
output-file: 'vendor/bin/function_output.json'
builder-runtime: 'php83'
builder-runtime-version: '">=8.3,<8.4"'
builder-runtime-version: '">=8.3,<8.4"'

0 comments on commit 4838130

Please sign in to comment.