Skip to content

Commit 64bd828

Browse files
committed
[skip ci] Update mysql versions for libmysql build
1 parent e7c2017 commit 64bd828

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -799,19 +799,19 @@ jobs:
799799
uses: ./.github/actions/build-libmysqlclient
800800
with:
801801
configurationParameters: --enable-werror
802-
libmysql: mysql-8.0.36-linux-glibc2.28-x86_64.tar.xz
802+
libmysql: mysql-8.0.37-linux-glibc2.28-x86_64.tar.xz
803803
withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
804804
- name: Test mysql-8.0
805805
uses: ./.github/actions/test-libmysqlclient
806806
with:
807807
withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
808-
- name: Build mysql-8.2
808+
- name: Build mysql-8.4
809809
uses: ./.github/actions/build-libmysqlclient
810810
with:
811811
configurationParameters: --enable-werror
812-
libmysql: mysql-8.2.0-linux-glibc2.28-x86_64.tar.xz
812+
libmysql: mysql-8.4.0-linux-glibc2.28-x86_64.tar.xz
813813
withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
814-
- name: Test mysql-8.2
814+
- name: Test mysql-8.4
815815
uses: ./.github/actions/test-libmysqlclient
816816
with:
817817
withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}

0 commit comments

Comments
 (0)