We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e83219 commit 4838130Copy full SHA for 4838130
.github/workflows/buildpack-integration-test.yml
@@ -35,7 +35,7 @@ jobs:
35
output-file: 'vendor/bin/function_output.json'
36
builder-runtime: 'php82'
37
builder-runtime-version: '">=8.2,<8.3"'
38
- php82-buildpack-test:
+ php83-buildpack-test:
39
if: github.event.pull_request.head.repo.full_name == github.repository
40
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
41
with:
@@ -46,4 +46,4 @@ jobs:
46
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
47
48
builder-runtime: 'php83'
49
- builder-runtime-version: '">=8.3,<8.4"'
+ builder-runtime-version: '">=8.3,<8.4"'
0 commit comments