mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: [skip ci] Don't test mysqli with libmysqlclient 8.4
This commit is contained in:
commit
5d4ae656c8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -814,12 +814,14 @@ jobs:
|
|||
with:
|
||||
withMysqli: ${{ inputs.libmysqlclient_with_mysqli }}
|
||||
- name: Build mysql-8.4
|
||||
if: ${{ !inputs.libmysqlclient_with_mysqli }}
|
||||
uses: ./.github/actions/build-libmysqlclient
|
||||
with:
|
||||
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
|
||||
if: ${{ !inputs.libmysqlclient_with_mysqli }}
|
||||
uses: ./.github/actions/test-libmysqlclient
|
||||
with:
|
||||
withMysqli: ${{ inputs.libmysqlclient_with_mysqli }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue