-
Notifications
You must be signed in to change notification settings - Fork 11k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[11.x] Run MySQL 9 Database Integration Tests nightly (#52027)
* Run MySQL 9 Database Integration Tests nightly * Update workflow name * Apply suggestions from code review * Update .github/workflows/databases-nightly.yml Co-authored-by: Julius Kiekbusch <[email protected]> --------- Co-authored-by: Dries Vints <[email protected]>
- Loading branch information
1 parent
980e8d5
commit c271b40
Showing
2 changed files
with
45 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -70,7 +70,7 @@ jobs: | |
strategy: | ||
fail-fast: true | ||
|
||
name: MySQL 8.0 | ||
name: MySQL 8 | ||
|
||
steps: | ||
- name: Checkout code | ||
|