Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  [skip ci] Upgrade libmysql version
This commit is contained in:
Ilija Tovilo 2023-05-01 11:31:42 +02:00
commit 9f151936b7
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

View file

@ -641,7 +641,7 @@ jobs:
with:
# FIXME: There are new warnings
# configurationParameters: --enable-werror
libmysql: mysql-8.0.30-linux-glibc2.12-x86_64.tar.xz
libmysql: mysql-8.0.33-linux-glibc2.12-x86_64.tar.xz
withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
- name: Test mysql-8.0
uses: ./.github/actions/test-libmysqlclient