Skip to content

Commit

Permalink
CI: There are no MySQL 5.7 builds for Ubuntu 20.04, this combo would …
Browse files Browse the repository at this point in the history
…have run as a container
  • Loading branch information
sodabrew committed Dec 27, 2024
1 parent 69ca2e6 commit ffe245c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- {os: ubuntu-22.04, ruby: '3.0', db: mariadb10.6}
- {os: ubuntu-20.04, ruby: '2.7', db: mariadb10.6}
- {os: ubuntu-20.04, ruby: '2.7', db: mysql80}
- {os: ubuntu-20.04, ruby: '2.7', db: mysql57}

# MySQL 5.7 packages stopped after Ubuntu 18.04 Bionic
# - {os: ubuntu-18.04, ruby: '2.7', db: mysql57}

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

0 comments on commit ffe245c

Please sign in to comment.