diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5df1dad9..9532bd88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,21 +65,7 @@ jobs: - name: Run tests run: composer test - psalm: - name: Psalm - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Set up PHP - uses: shivammathur/setup-php@v2 - with: - php-version: '8.1' - extensions: bcmath, gmp, intl, dom, mbstring - - - uses: "ramsey/composer-install@v3" + # TODO re-Add psalm or PHPStan docs: name: Docs