Skip to content

Commit

Permalink
CI: Update to MySQL 9.2, replace Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Feb 13, 2025
1 parent a19f4b8 commit f9eab6a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
# https://www.mysql.com/support/supportedplatforms/database.html
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
client: "8.0"
server: "8.0"
- os: ubuntu-20.04
- os: ubuntu-22.04
client: "8.0"
server: "8.4"
- os: ubuntu-22.04
Expand All @@ -20,14 +20,14 @@ jobs:
client: "8.4"
server: "8.0"
- os: ubuntu-22.04
client: "9.1"
client: "9.2"
server: "8.4"
- os: ubuntu-22.04
client: "9.1"
server: "9.1"
client: "9.2"
server: "9.2"
- os: ubuntu-24.04
client: "9.1"
server: "9.1"
client: "9.2"
server: "9.2"
runs-on: ${{ matrix.os }}
services:
mysql:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
sudo debconf-set-selections <<EOF
mysql-apt-config mysql-apt-config/select-server select mysql-8.4-lts
- if: matrix.client == '9.1'
- if: matrix.client == '9.2'
run: |
sudo debconf-set-selections <<EOF
mysql-apt-config mysql-apt-config/select-server select mysql-innovation
Expand Down

0 comments on commit f9eab6a

Please sign in to comment.