From a9169ad9cdd068d265d902f8eb00c2b2e2b96666 Mon Sep 17 00:00:00 2001 From: TangRufus Date: Thu, 2 Jan 2025 23:16:24 +0000 Subject: [PATCH] wip dorp me --- .github/workflows/test.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35b472b..b288eda 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,21 +4,6 @@ on: push: jobs: - pint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - uses: typisttech/php-matrix-action@main - id: php-matrix - - - uses: shivammathur/setup-php@v2 - with: - php-version: ${{ steps.php-matrix.outputs.matrix }} - - - run: pint --test - - pint: runs-on: ubuntu-latest steps: