We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ca80d commit 3332a5dCopy full SHA for 3332a5d
.github/workflows/build.yml
@@ -39,7 +39,9 @@ jobs:
39
- {os: ubuntu-22.04, ruby: '3.0', db: mariadb10.6}
40
- {os: ubuntu-20.04, ruby: '2.7', db: mariadb10.6}
41
- {os: ubuntu-20.04, ruby: '2.7', db: mysql80}
42
- - {os: ubuntu-20.04, ruby: '2.7', db: mysql57}
+
43
+ # MySQL 5.7 packages stopped after Ubuntu 18.04 Bionic
44
+ # - {os: ubuntu-18.04, ruby: '2.7', db: mysql57}
45
46
# TODO - Windows CI
47
# - {os: windows-2022, ruby: '3.2', db: mysql80}
0 commit comments