diff --git a/ci/php.yml b/ci/php.yml deleted file mode 100644 index 989deb2..0000000 --- a/ci/php.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: PHP Composer - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: Validate composer.json and composer.lock - run: composer validate - - - name: Install dependencies - run: composer install --prefer-dist --no-progress - - # 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/ci/properties/php.properties.json b/ci/properties/php.properties.json deleted file mode 100644 index 641e536..0000000 --- a/ci/properties/php.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "PHP", - "description": "Build and test a PHP application using Composer", - "iconName": "php", - "categories": ["PHP", "Composer"] -} \ No newline at end of file