Skip to content

Commit 52a1d7d

Browse files
committed
Use MariaDB 11.4 LTS in the default test matrix
1 parent 521be03 commit 52a1d7d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/generate-ci-matrix.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mysql:8.0"},
3737
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mysql:5.7"},
3838
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:10.2"},
39-
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:10.11"}
39+
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:11.4"}
4040
]
4141
}
4242
'
@@ -45,7 +45,7 @@ jobs:
4545
{
4646
"include": [
4747
{"glpi-version": "10.0.x", "php-version": "7.4", "db-image": "mariadb:10.2"},
48-
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:10.11"}
48+
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:11.4"}
4949
]
5050
}
5151
'
@@ -59,7 +59,7 @@ jobs:
5959
{"glpi-version": "11.0.x", "php-version": "8.2", "db-image": "mysql:8.0"},
6060
{"glpi-version": "11.0.x", "php-version": "8.3", "db-image": "mysql:8.0"},
6161
{"glpi-version": "11.0.x", "php-version": "8.3", "db-image": "mariadb:10.5"},
62-
{"glpi-version": "11.0.x", "php-version": "8.3", "db-image": "mariadb:10.11"}
62+
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:11.4"}
6363
]
6464
}
6565
'
@@ -68,7 +68,7 @@ jobs:
6868
{
6969
"include": [
7070
{"glpi-version": "11.0.x", "php-version": "8.1", "db-image": "mariadb:10.5"},
71-
{"glpi-version": "11.0.x", "php-version": "8.3", "db-image": "mariadb:10.11"}
71+
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:11.4"}
7272
]
7373
}
7474
'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
php-version: "8.1"
3838

3939
# The database docker image on which to run the tests.
40-
db-image: "10.6"
40+
db-image: "mariadb:11.4"
4141
```
4242
4343
The available `glpi-version`/`php-version` combinations corresponds to the `ghcr.io/glpi-project/githubactions-glpi-apache` images tags

0 commit comments

Comments
 (0)