File tree 2 files changed +2
-3
lines changed
actions/build-libmysqlclient
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 15
15
set -x
16
16
LIBMYSQL=${{ inputs.libmysql }}
17
17
MYSQL_BASE=${LIBMYSQL%%-linux-*}
18
- MYSQL_VERSION=${MYSQL_BASE#*-}
19
18
MYSQL_DIR=$HOME/$MYSQL_BASE
20
19
mkdir -p $MYSQL_DIR
21
- URL=https://cdn .mysql.com/Downloads/MySQL-${MYSQL_VERSION%.*} /$LIBMYSQL
20
+ URL=https://downloads .mysql.com/archives/get/p/23/file /$LIBMYSQL
22
21
wget -nv $URL
23
22
tar -xf $LIBMYSQL --strip-components=1 -C $MYSQL_DIR
24
23
PDO_MYSQL=${MYSQL_DIR}
Original file line number Diff line number Diff line change @@ -745,7 +745,7 @@ jobs:
745
745
uses : ./.github/actions/build-libmysqlclient
746
746
with :
747
747
configurationParameters : --enable-werror
748
- libmysql : mysql-8.0.35 -linux-glibc2.28-x86_64.tar.xz
748
+ libmysql : mysql-8.0.36 -linux-glibc2.28-x86_64.tar.xz
749
749
withMysqli : ${{ matrix.branch.ref == 'PHP-8.1' }}
750
750
- name : Test mysql-8.0
751
751
uses : ./.github/actions/test-libmysqlclient
You can’t perform that action at this time.
0 commit comments