Skip to content

Commit 3332a5d

Browse files
committed
CI: There are no MySQL 5.7 builds for Ubuntu 20.04, this combo would have run as a container
1 parent 83ca80d commit 3332a5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
- {os: ubuntu-22.04, ruby: '3.0', db: mariadb10.6}
4040
- {os: ubuntu-20.04, ruby: '2.7', db: mariadb10.6}
4141
- {os: ubuntu-20.04, ruby: '2.7', db: mysql80}
42-
- {os: ubuntu-20.04, ruby: '2.7', db: mysql57}
42+
43+
# MySQL 5.7 packages stopped after Ubuntu 18.04 Bionic
44+
# - {os: ubuntu-18.04, ruby: '2.7', db: mysql57}
4345

4446
# TODO - Windows CI
4547
# - {os: windows-2022, ruby: '3.2', db: mysql80}

0 commit comments

Comments
 (0)