mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Update tests to use mariadb 10.3
Update version of mariadb used by tests since this is our minimum required version.
This commit is contained in:
parent
3cadbbc60c
commit
6295ea34de
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: [8.2, 8.3]
|
php: [8.2, 8.3]
|
||||||
database: ["mariadb:10.2", "mysql:8"]
|
database: ["mariadb:10.3", "mysql:8"]
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: ${{ matrix.database }}
|
image: ${{ matrix.database }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user