Skip to content

Commit e0f5cd9

Browse files
authored
CI: drop mysql55 and mysql57 setup scripts (brianmario#1440)
1 parent 26ea201 commit e0f5cd9

3 files changed

Lines changed: 0 additions & 35 deletions

File tree

ci/mysql55.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

ci/mysql57.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

ci/setup.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ if [[ -n ${GITHUB_ACTIONS-} && -z ${DB-} ]]; then
3232
fi
3333
fi
3434

35-
# Install MySQL 5.5 if DB=mysql55
36-
if [[ -n ${DB-} && x$DB =~ ^xmysql55 ]]; then
37-
sudo bash ci/mysql55.sh
38-
fi
39-
40-
# Install MySQL 5.7 if DB=mysql57
41-
if [[ -n ${DB-} && x$DB =~ ^xmysql57 ]]; then
42-
sudo bash ci/mysql57.sh
43-
CHANGED_PASSWORD=true
44-
fi
45-
4635
# Install MySQL 8.0 if DB=mysql80
4736
if [[ -n ${DB-} && x$DB =~ ^xmysql80 ]]; then
4837
sudo bash ci/mysql80.sh

0 commit comments

Comments
 (0)