Skip to content

[10.x] Add support laravel ^11.0 #250

[10.x] Add support laravel ^11.0

[10.x] Add support laravel ^11.0 #250

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
push:
branches: [ 10.x ]
pull_request:
branches: [ 10.x ]
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}