mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: [skip ci] Properly disable -Werror for libmysqlclient + mysqli [skip ci] Revert "Remove -Werror for libmysql test on 8.1 only"
This commit is contained in:
commit
c9a30c9cc3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -806,7 +806,7 @@ jobs:
|
|||
- name: Build mysql-8.0
|
||||
uses: ./.github/actions/build-libmysqlclient
|
||||
with:
|
||||
configurationParameters: --enable-werror
|
||||
configurationParameters: ${{ !inputs.libmysqlclient_with_mysqli && '--enable-werror' || '' }}
|
||||
libmysql: mysql-8.0.37-linux-glibc2.28-x86_64.tar.xz
|
||||
withMysqli: ${{ inputs.libmysqlclient_with_mysqli }}
|
||||
- name: Test mysql-8.0
|
||||
|
@ -816,7 +816,7 @@ jobs:
|
|||
- name: Build mysql-8.4
|
||||
uses: ./.github/actions/build-libmysqlclient
|
||||
with:
|
||||
configurationParameters: --enable-werror
|
||||
configurationParameters: ${{ !inputs.libmysqlclient_with_mysqli && '--enable-werror' || '' }}
|
||||
libmysql: mysql-8.4.0-linux-glibc2.28-x86_64.tar.xz
|
||||
withMysqli: ${{ inputs.libmysqlclient_with_mysqli }}
|
||||
- name: Test mysql-8.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue