Skip to content

Commit

Permalink
chore: Updated mysql2 tests to fix CI issue (#2282)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr authored Jun 17, 2024
1 parent 11e0f8c commit 5a37971
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions test/versioned/mysql2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"node": ">=16"
},
"dependencies": {
"mysql2": ">=1.3.1 <1.6.2 || >= 1.6.3",
"generic-pool": "2.4 <2.5"
"mysql2": ">=2.0.0",
"generic-pool": ">=2.4 <2.5 || latest"
},
"files": [
"basic-pool.tap.js",
Expand All @@ -20,9 +20,5 @@
"transaction.tap.js"
]
}
],
"dependencies": {
"generic-pool": "^2.4.6",
"mysql2": "^1.5.1 <1.6.2"
}
]
}

0 comments on commit 5a37971

Please sign in to comment.