Skip to content

Tests: fix select('[*]') to select('*') for dbal 5.x identifier escaping #68

Tests: fix select('[*]') to select('*') for dbal 5.x identifier escaping

Tests: fix select('[*]') to select('*') for dbal 5.x identifier escaping #68

Workflow file for this run

name: "Phpstan"
on:
pull_request:
push:
branches: ["*"]
schedule:
- cron: "0 8 * * 1"
jobs:
build:
name: "Phpstan"
uses: contributte/.github/.github/workflows/phpstan.yml@v1
with:
php: "8.2"