File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 # https://www.mysql.com/support/supportedplatforms/database.html
88 matrix :
99 include :
10- - os : ubuntu-20 .04
10+ - os : ubuntu-22 .04
1111 client : " 8.0"
1212 server : " 8.0"
13- - os : ubuntu-20 .04
13+ - os : ubuntu-22 .04
1414 client : " 8.0"
1515 server : " 8.4"
1616 - os : ubuntu-22.04
@@ -20,14 +20,14 @@ jobs:
2020 client : " 8.4"
2121 server : " 8.0"
2222 - os : ubuntu-22.04
23- client : " 9.1 "
23+ client : " 9.2 "
2424 server : " 8.4"
2525 - os : ubuntu-22.04
26- client : " 9.1 "
27- server : " 9.1 "
26+ client : " 9.2 "
27+ server : " 9.2 "
2828 - os : ubuntu-24.04
29- client : " 9.1 "
30- server : " 9.1 "
29+ client : " 9.2 "
30+ server : " 9.2 "
3131 runs-on : ${{ matrix.os }}
3232 services :
3333 mysql :
6363 run : |
6464 sudo debconf-set-selections <<EOF
6565 mysql-apt-config mysql-apt-config/select-server select mysql-8.4-lts
66- - if : matrix.client == '9.1 '
66+ - if : matrix.client == '9.2 '
6767 run : |
6868 sudo debconf-set-selections <<EOF
6969 mysql-apt-config mysql-apt-config/select-server select mysql-innovation
You can’t perform that action at this time.
0 commit comments