Skip to content

Commit 0e3536b

Browse files
authored
CI: Update MariaDB versions (#6426)
<!-- Fill in the relevant information below to help triage your pull request. --> | Q | A |------------- | ----------- | Type | improvement | Fixed issues | N/A <!-- use #NUM format to reference an issue --> #### Summary Improve the CI to cover newer versions of MariaDB 11.4+. Also cover the quay.io/mariadb-foundation/mariadb-devel images from https://quay.io/repository/mariadb-foundation/mariadb-devel?tab=tags where they are updated with completed, reviewed and tested changes in the MariaDB server main branch. These are completed features/bug fixes in the next server version. As such this is a good thing to test before the users get the final product. ref: https://mariadb.org/new-service-quay-io-mariadb-foundation-mariadb-devel/ The test failures here are fixed by #6425. <!-- Provide a summary of your change. -->
1 parent ac1b4fb commit 0e3536b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,16 +317,16 @@ jobs:
317317
mariadb-version: "10.6"
318318
extension: "pdo_mysql"
319319
- php-version: "8.2"
320-
mariadb-version: "11.2"
320+
mariadb-version: "11.4"
321321
extension: "mysqli"
322322
- php-version: "8.2"
323-
mariadb-version: "11.2"
323+
mariadb-version: "11.4"
324324
extension: "pdo_mysql"
325325
- php-version: "8.3"
326-
mariadb-version: "11.2"
326+
mariadb-version: "11.4"
327327
extension: "mysqli"
328328
- php-version: "8.3"
329-
mariadb-version: "11.2"
329+
mariadb-version: "11.4"
330330
extension: "pdo_mysql"
331331

332332
services:
@@ -337,7 +337,7 @@ jobs:
337337
MYSQL_DATABASE: "doctrine_tests"
338338

339339
options: >-
340-
--health-cmd "mariadb-admin ping --silent || mysqladmin ping --silent"
340+
--health-cmd "healthcheck.sh --connect --innodb_initialized || mysqladmin ping --protocol tcp --silent"
341341
342342
ports:
343343
- "3306:3306"

0 commit comments

Comments
 (0)