Skip to content

Commit

Permalink
fix: remove v18
Browse files Browse the repository at this point in the history
Signed-off-by: Jytesh <[email protected]>
  • Loading branch information
Jytesh committed Jun 22, 2022
1 parent 9e5d58b commit b6ea45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
env:
MYSQL_DB_DATABASE: keyv_test
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
mongodb-version: 4.4
- name: Start MySQL
run: |
sudo /etc/init.d/mysql start
sudo systemctl start mysql.service
mysql -e 'CREATE DATABASE ${{ env.MYSQL_DB_DATABASE }}' -u${{ env.MYSQL_DB_USER }} -p${{ env.MYSQL_DB_PASSWORD }}
mysql -e 'SET GLOBAL max_connections = 300;' -u${{ env.MYSQL_DB_USER }} -p${{ env.MYSQL_DB_PASSWORD }}
Expand Down

0 comments on commit b6ea45b

Please sign in to comment.