Skip to content

Commit 7699476

Browse files
committed
Remove -Werror for libmysql test on 8.1 only
1 parent ed041c3 commit 7699476

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@ jobs:
822822
- name: Build mysql-8.0
823823
uses: ./.github/actions/build-libmysqlclient
824824
with:
825-
configurationParameters: --enable-werror
826825
libmysql: mysql-8.0.37-linux-glibc2.28-x86_64.tar.xz
827826
withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
828827
- name: Test mysql-8.0
@@ -832,7 +831,6 @@ jobs:
832831
- name: Build mysql-8.4
833832
uses: ./.github/actions/build-libmysqlclient
834833
with:
835-
configurationParameters: --enable-werror
836834
libmysql: mysql-8.4.0-linux-glibc2.28-x86_64.tar.xz
837835
withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
838836
- name: Test mysql-8.4

0 commit comments

Comments
 (0)