Skip to content

Snowflake identifier #20

Snowflake identifier

Snowflake identifier #20

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
with:
php: '["8.2","8.3","8.4"]'
...