mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-24 10:13:22 -05:00
Add MariaDB 11.4 to testing and MySQL 8.4, and exclude MySQL from the SSL test
This commit is contained in:
@@ -14,8 +14,41 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
database-image: ["mariadb:10.6", "mariadb:10.11", "mariadb:latest", "mysql:5.7", "mysql:latest"]
|
||||
configuration: ["default", "one-host", "one-socket-host", "config-mount-dir", "fs-import-export", "different-apache-port", "run-as-www-data", "one-ssl-host"]
|
||||
database-image: [
|
||||
"mariadb:10.6",
|
||||
"mariadb:10.11",
|
||||
"mariadb:11.4",
|
||||
"mariadb:latest",
|
||||
"mysql:5.7",
|
||||
"mysql:8.4",
|
||||
"mysql:latest"
|
||||
]
|
||||
configuration: [
|
||||
"default",
|
||||
"one-host",
|
||||
"one-socket-host",
|
||||
"config-mount-dir",
|
||||
"fs-import-export",
|
||||
"different-apache-port",
|
||||
"run-as-www-data"
|
||||
]
|
||||
include:
|
||||
- {
|
||||
database-image: "mariadb:10.6",
|
||||
configuration: "one-ssl-host"
|
||||
}
|
||||
- {
|
||||
database-image: "mariadb:10.11",
|
||||
configuration: "one-ssl-host"
|
||||
}
|
||||
- {
|
||||
database-image: "mariadb:11.4",
|
||||
configuration: "one-ssl-host"
|
||||
}
|
||||
- {
|
||||
database-image: "mariadb:latest",
|
||||
configuration: "one-ssl-host"
|
||||
}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user