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 21e9ef2 commit 29010dcCopy full SHA for 29010dc
.github/workflows/ci.yml
@@ -12,12 +12,12 @@ jobs:
12
server: "8.0"
13
- os: ubuntu-20.04
14
client: "8.0"
15
- server: "8.1"
+ server: "8.3"
16
- os: ubuntu-22.04
17
- client: "8.1"
18
+ client: "8.3"
19
20
21
22
runs-on: ${{ matrix.os }}
23
services:
@@ -40,7 +40,7 @@ jobs:
40
sudo debconf-set-selections <<EOF
41
mysql-apt-config mysql-apt-config/select-server select mysql-8.0
42
EOF
43
- - if: matrix.client == '8.1'
+ - if: matrix.client == '8.3'
44
run: |
45
46
mysql-apt-config mysql-apt-config/select-server select mysql-innovation
0 commit comments