2222 name : PHP ${{ matrix.php-version }} Conformance Test
2323 steps :
2424 - name : Harden Runner
25- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12 .1
25+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13 .1
2626 with :
2727 egress-policy : block
2828 allowed-endpoints : >
3535 storage.googleapis.com:443
3636
3737 - name : Checkout code
38- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3939
4040 - name : Setup PHP ${{ matrix.php-version }}
4141 uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2
@@ -52,10 +52,10 @@ jobs:
5252 - name : Setup Go
5353 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5454 with :
55- go-version : ' 1.24 '
55+ go-version : ' 1.25 '
5656
5757 - name : Run HTTP conformance tests
58- uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
58+ uses : GoogleCloudPlatform/functions-framework-conformance/action@c7b9c8798fb35e454f76da185a40547ee55c784e # v1.8.7
5959 env :
6060 FUNCTION_TARGET : ' httpFunc'
6161 FUNCTION_SIGNATURE_TYPE : ' http'
6666 cmd : " 'php -S localhost:8080 router.php'"
6767
6868 - name : Run Declarative HTTP conformance tests
69- uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
69+ uses : GoogleCloudPlatform/functions-framework-conformance/action@c7b9c8798fb35e454f76da185a40547ee55c784e # v1.8.7
7070 env :
7171 FUNCTION_TARGET : ' declarativeHttpFunc'
7272 FUNCTION_SOURCE : ${{ github.workspace }}/tests/conformance/index.php
7676 cmd : " 'php -S localhost:8080 router.php'"
7777
7878 - name : Run Declarative Typed conformance tests
79- uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
79+ uses : GoogleCloudPlatform/functions-framework-conformance/action@c7b9c8798fb35e454f76da185a40547ee55c784e # v1.8.7
8080 env :
8181 FUNCTION_TARGET : ' declarativeTypedFunc'
8282 FUNCTION_SOURCE : ${{ github.workspace }}/tests/conformance/index.php
8787 cmd : " 'php -S localhost:8080 router.php'"
8888
8989 - name : Run CloudEvent conformance tests
90- uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
90+ uses : GoogleCloudPlatform/functions-framework-conformance/action@c7b9c8798fb35e454f76da185a40547ee55c784e # v1.8.7
9191 env :
9292 FUNCTION_TARGET : ' cloudEventFunc'
9393 FUNCTION_SIGNATURE_TYPE : ' cloudevent'
9999 cmd : " 'php -S localhost:8080 router.php'"
100100
101101 - name : Run Declarative CloudEvent conformance tests
102- uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
102+ uses : GoogleCloudPlatform/functions-framework-conformance/action@c7b9c8798fb35e454f76da185a40547ee55c784e # v1.8.7
103103 env :
104104 FUNCTION_TARGET : ' declarativeCloudEventFunc'
105105 FUNCTION_SOURCE : ${{ github.workspace }}/tests/conformance/index.php
0 commit comments