-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mysql version to 8.0 in misk CI
Mysql 5.7 is EOL and upgrading to 8.0 keeps us on a more relevant version that is better supported with skeema and other tools. GitOrigin-RevId: ece16d3bbcd041b97652b43e0027b6797f438a52
- Loading branch information
1 parent
c1e6a30
commit 414f9af
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
|
||
services: | ||
mysql: | ||
image: mysql:5.7 | ||
image: mysql:8.0 | ||
ports: | ||
- 3306:3306 | ||
env: | ||
|
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