feat: support mysql2 #13
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | ||
on: | ||
push: | ||
branches: [ master, 4.x ] | ||
pull_request: | ||
branches: [ master, 4.x ] | ||
jobs: | ||
Job: | ||
name: Node.js | ||
uses: node-modules/github-actions/.github/workflows/node-test-mysql.yml@master | ||
Check failure on line 13 in .github/workflows/nodejs.yml GitHub Actions / CIInvalid workflow file
Check failure on line 13 in .github/workflows/nodejs.yml GitHub Actions / CIInvalid workflow file
|
||
with: | ||
os: 'ubuntu-latest' | ||
version: '16.17.0, 16, 18, 20' | ||
mysql_version: '5, 8' |