diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 4f2d74b..5cf6e96 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -40,10 +40,3 @@ jobs: - name: Run Test Suite run: php ./vendor/bin/phpunit tests - - - # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit" - # Docs: https://getcomposer.org/doc/articles/scripts.md - - # - name: Run test suite - # run: composer run-script test diff --git a/.github/workflows/validator1.yml b/.github/workflows/validator1.yml index 1613b9a..f0de4a2 100644 --- a/.github/workflows/validator1.yml +++ b/.github/workflows/validator1.yml @@ -2,9 +2,9 @@ name: PHP Composer on: push: - branches: [ "v0.2.4" ] + branches: [ "v0.3.0" ] pull_request: - branches: [ "v0.2.4" ] + branches: [ "v0.3.0" ] permissions: contents: read @@ -37,9 +37,3 @@ jobs: - name: Run Test Suite run: php ./vendor/bin/phpunit tests - - # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit" - # Docs: https://getcomposer.org/doc/articles/scripts.md - - # - name: Run test suite - # run: composer run-script test