Skip to content

Commit

Permalink
test: Add tests for php82 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-feng-github authored Mar 8, 2023
1 parent a482dda commit 0caaa7b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/buildpack-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ jobs:
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
output-file: 'vendor/bin/function_output.json'
builder-runtime: 'php81'
php82-buildpack-test:
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected]
with:
http-builder-source: 'tests/conformance'
http-builder-target: 'declarativeHttpFunc'
cloudevent-builder-source: 'tests/conformance'
cloudevent-builder-target: 'declarativeCloudEventFunc'
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
output-file: 'vendor/bin/function_output.json'
builder-runtime: 'php82'
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ '7.4','8.0','8.1' ]
php-version: [ '7.4','8.0','8.1','8.2' ]
name: PHP ${{ matrix.php-version }} Conformance Test
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: [ '7.4','8.0','8.1' ]
php-versions: [ '7.4','8.0','8.1','8.2' ]
name: PHP ${{ matrix.php-versions }} Unit Test
steps:
- name: Checkout
Expand Down

0 comments on commit 0caaa7b

Please sign in to comment.