diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 709410a..d7d876c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,16 +8,10 @@ on: branches: [ master, 4.x ] jobs: - Test: + Job: name: Node.js uses: node-modules/github-actions/.github/workflows/node-test-mysql.yml@master with: os: 'ubuntu-latest' version: '16.17.0, 16, 18, 20' - Test-Mysql-8: - name: Node.js-Mysql-8 - uses: node-modules/github-actions/.github/workflows/node-test-mysql.yml@master - with: - os: 'ubuntu-latest' - version: '20' - mysql_version: '8' \ No newline at end of file + mysql_version: '5, 8' \ No newline at end of file