Skip to content

Commit 9bdf156

Browse files
authored
fix failing conformance tests
1 parent 889bc48 commit 9bdf156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
command: composer install
3737

3838
- name: Run HTTP conformance tests
39-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9
39+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.12
4040
env:
4141
FUNCTION_TARGET: 'httpFunc'
4242
FUNCTION_SIGNATURE_TYPE: 'http'
@@ -47,7 +47,7 @@ jobs:
4747
cmd: "'php -S localhost:8080 router.php'"
4848

4949
- name: Run CloudEvent conformance tests
50-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.9
50+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v0.3.12
5151
env:
5252
FUNCTION_TARGET: 'cloudEventFunc'
5353
FUNCTION_SIGNATURE_TYPE: 'cloudevent'

0 commit comments

Comments
 (0)