Commit 702fcb09 authored by catch's avatar catch
Browse files

Issue #3420974 by andypost, quietone: Add testing wtih Maria DB 10.6

(cherry picked from commit db681552)
parent 02c2f2c1
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -210,6 +210,12 @@ default:
    _TARGET_PHP: "8.3"
    _TARGET_DB: "sqlite-3"

'PHP 8.3 MariaDB 10.6':
  <<: [ *default-stage, *run-on-mr ]
  variables:
    _TARGET_PHP: "8.3"
    _TARGET_DB: "mariadb-10.6"

'PHP 8.1 MariaDB 10.3.22':
  <<: [ *default-stage, *run-on-mr ]
  variables: