Skip to content

feat: Add charset and collation support for MySQL columns #1026

feat: Add charset and collation support for MySQL columns

feat: Add charset and collation support for MySQL columns #1026

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
...