Skip to content

Commit 29010dc

Browse files
committed
CI: Test against MySQL 8.3
1 parent 21e9ef2 commit 29010dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
server: "8.0"
1313
- os: ubuntu-20.04
1414
client: "8.0"
15-
server: "8.1"
15+
server: "8.3"
1616
- os: ubuntu-22.04
17-
client: "8.1"
18-
server: "8.1"
17+
client: "8.3"
18+
server: "8.3"
1919
- os: ubuntu-22.04
20-
client: "8.1"
20+
client: "8.3"
2121
server: "8.0"
2222
runs-on: ${{ matrix.os }}
2323
services:
@@ -40,7 +40,7 @@ jobs:
4040
sudo debconf-set-selections <<EOF
4141
mysql-apt-config mysql-apt-config/select-server select mysql-8.0
4242
EOF
43-
- if: matrix.client == '8.1'
43+
- if: matrix.client == '8.3'
4444
run: |
4545
sudo debconf-set-selections <<EOF
4646
mysql-apt-config mysql-apt-config/select-server select mysql-innovation

0 commit comments

Comments
 (0)