diff --git a/.github/workflows/quality-check.yml b/.github/workflows/quality-check.yml index 2fd3b0b..d9a5c98 100644 --- a/.github/workflows/quality-check.yml +++ b/.github/workflows/quality-check.yml @@ -1,34 +1,6 @@ on: [ push, pull_request ] name: PHP-Tests jobs: - sl-scan: - name: slcan - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - # Instructions - # 1. Setup JDK, Node.js, Python etc depending on your project type - # 2. Compile or build the project before invoking scan - # Example: mvn compile, or npm install or pip install goes here - # 3. Invoke Scan with the github token. Leave the workspace empty to use relative url - - - name: Perform Scan - uses: ShiftLeftSecurity/scan-action@4d4c04908eff87430482f36340ad5706c14cf9a6 - env: - WORKSPACE: "" - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SCAN_AUTO_BUILD: true - with: - output: reports - # Scan auto-detects the languages in your project. To override uncomment the below variable and set the type - # type: credscan,java - # type: python - - - name: Upload report - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: reports - phpstan: name: phpstan-psalm runs-on: ubuntu-latest @@ -69,7 +41,7 @@ jobs: laravel: [ 11.* ] stability: [ prefer-stable ] include: - - laravel: 10.* + - laravel: 11.* testbench: 9.* pest: 2.*