Skip to content

Fix HttpBasic and HttpBearer to add WWW-Authenticate header instead of overwriting it #476

Fix HttpBasic and HttpBearer to add WWW-Authenticate header instead of overwriting it

Fix HttpBasic and HttpBearer to add WWW-Authenticate header instead of overwriting it #476

Workflow file for this run

name: static analysis
on:
pull_request:
paths: &paths
- '.github/workflows/static.yml'
- 'config/**'
- 'src/**'
- 'composer.json'
- 'psalm.xml'
push:
branches: ['master']
paths: *paths
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
psalm:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2', '8.3', '8.4', '8.5']