File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -799,19 +799,19 @@ jobs:
799
799
uses : ./.github/actions/build-libmysqlclient
800
800
with :
801
801
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
803
803
withMysqli : ${{ matrix.branch.ref == 'PHP-8.1' }}
804
804
- name : Test mysql-8.0
805
805
uses : ./.github/actions/test-libmysqlclient
806
806
with :
807
807
withMysqli : ${{ matrix.branch.ref == 'PHP-8.1' }}
808
- - name : Build mysql-8.2
808
+ - name : Build mysql-8.4
809
809
uses : ./.github/actions/build-libmysqlclient
810
810
with :
811
811
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
813
813
withMysqli : ${{ matrix.branch.ref == 'PHP-8.1' }}
814
- - name : Test mysql-8.2
814
+ - name : Test mysql-8.4
815
815
uses : ./.github/actions/test-libmysqlclient
816
816
with :
817
817
withMysqli : ${{ matrix.branch.ref == 'PHP-8.1' }}
You can’t perform that action at this time.
0 commit comments