diff options
| -rw-r--r-- | .github/workflows/test.yml | 32 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 0 insertions, 33 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 94269f5..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Tests - -on: - push: - -jobs: - tests: - runs-on: ubuntu-latest - - strategy: - matrix: - php: ['8.4'] - dependency-version: [prefer-lowest, prefer-stable] - - name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }} - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup PHP - uses: shivammathur/setup-php@v2 - with: - php-version: ${{ matrix.php }} - tools: composer:v2 - coverage: none - - - name: Install Dependencies - run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi - - - name: Run Tests - run: ./vendor/bin/phpunit @@ -1,6 +1,5 @@ # Vehicle license library for mainland China -[](https://github.com/lizhineng/vehicle-license-china/actions/workflows/test.yml) [](https://github.com/lizhineng/vehicle-license-china) [](https://github.com/lizhineng/vehicle-license-china) |
