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 a9498b2 commit 2ad9041Copy full SHA for 2ad9041
1 file changed
.github/workflows/ci.yml
@@ -20,14 +20,14 @@ jobs:
20
client: "8.4"
21
server: "8.0"
22
- os: ubuntu-22.04
23
- client: "9.6"
+ client: "9.7"
24
server: "8.4"
25
26
27
- server: "9.6"
+ server: "9.7"
28
- os: ubuntu-24.04
29
30
31
runs-on: ${{ matrix.os }}
32
services:
33
mysql:
@@ -64,7 +64,7 @@ jobs:
64
sudo debconf-set-selections <<EOF
65
mysql-apt-config mysql-apt-config/select-server select mysql-8.4-lts
66
EOF
67
- - if: matrix.client == '9.6'
+ - if: matrix.client == '9.7'
68
run: |
69
70
mysql-apt-config mysql-apt-config/select-server select mysql-innovation
0 commit comments