Skip to content

Commit 4838130

Browse files
authored
fix typo in buildpack-integration-test.yml (#208)
1 parent 9e83219 commit 4838130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
output-file: 'vendor/bin/function_output.json'
3636
builder-runtime: 'php82'
3737
builder-runtime-version: '">=8.2,<8.3"'
38-
php82-buildpack-test:
38+
php83-buildpack-test:
3939
if: github.event.pull_request.head.repo.full_name == github.repository
4040
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
4141
with:
@@ -46,4 +46,4 @@ jobs:
4646
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
4747
output-file: 'vendor/bin/function_output.json'
4848
builder-runtime: 'php83'
49-
builder-runtime-version: '">=8.3,<8.4"'
49+
builder-runtime-version: '">=8.3,<8.4"'

0 commit comments

Comments
 (0)