History log of /php-src/.github/actions/test-libmysqlclient/action.yml (Results 1 – 8 of 8)
Revision Date Author Comments
# 116166cd 28-Feb-2024 Saki Takamachi

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Removed `REPORT_EXIT_STATUS=no` in libmysql tests


# 99688dbe 18-Feb-2024 Saki Takamachi

Removed `REPORT_EXIT_STATUS=no` in libmysql tests


# a31edaa9 28-Feb-2024 Saki Takamachi

Merge branch 'PHP-8.3'

* PHP-8.3:
Removed `REPORT_EXIT_STATUS=no` in libmysql tests


# d85bdfd1 29-Sep-2022 Ilija Tovilo

[skip ci] Don't generate junit.xml in libmysqlclient for now

We're not uploading it anyway, and it makes the verify generated files
step fail.


# 28a40b25 29-Sep-2022 Ilija Tovilo

[skip ci] Pass --no-progress flag in libmysqlclient test


# 2b8ac216 29-Sep-2022 Ilija Tovilo

[skip ci] Fix libmysqlclient build for >=PHP-8.2

Inputs are implicitly coerced to strings...


# a79e0ee5 27-Sep-2022 Ilija Tovilo

[skip ci] Attempt to fix libmysqlclient build for >=PHP-8.2


# 1ee5b65f 23-Sep-2022 Ilija Tovilo

Migrate libmysqlclient job to GitHub actions

Closes GH-9608