Merge pull request #133 from PostgreSQL-For-Wordpress/hotfix/handle-z… #101
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PHP Composer | |
on: | |
push: | |
branches: [ "v2", "v3" ] | |
pull_request: | |
branches: [ "v2", "v3" ] | |
permissions: | |
contents: read | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run Tests | |
run: ./tests/tools/phpunit.phar tests/ |