Skip to content

feat: Add charset and collation support for MySQL columns (#246) #1027

feat: Add charset and collation support for MySQL columns (#246)

feat: Add charset and collation support for MySQL columns (#246) #1027

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches:
- master
- '*.*'
- '*.*.*'
pull_request: null
name: MySQL
jobs:
phpunit:
uses: cycle/gh-actions/.github/workflows/db-mysql.yml@master
...