diff --git a/.github/workflows/macos-scan.yml b/.github/workflows/macos-scan.yml index c298a291362..c44ac995e76 100644 --- a/.github/workflows/macos-scan.yml +++ b/.github/workflows/macos-scan.yml @@ -26,4 +26,4 @@ jobs: COMPOSER_ROOT_VERSION: dev-master - name: Run Psalm - run: ./psalm --output-format=github + run: ./psalm --output-format=github --force-jit diff --git a/.github/workflows/shepherd.yml b/.github/workflows/shepherd.yml index d11fed5aaa1..41d6acd4d4a 100644 --- a/.github/workflows/shepherd.yml +++ b/.github/workflows/shepherd.yml @@ -26,4 +26,4 @@ jobs: COMPOSER_ROOT_VERSION: dev-master - name: Run Psalm - run: ./psalm --output-format=github --shepherd + run: ./psalm --output-format=github --shepherd --force-jit