Skip to content

Commit

Permalink
Use MariaDB 11.4 LTS in the default test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jun 11, 2024
1 parent 521be03 commit 52a1d7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mysql:8.0"},
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mysql:5.7"},
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:10.2"},
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:10.11"}
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:11.4"}
]
}
'
Expand All @@ -45,7 +45,7 @@ jobs:
{
"include": [
{"glpi-version": "10.0.x", "php-version": "7.4", "db-image": "mariadb:10.2"},
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:10.11"}
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:11.4"}
]
}
'
Expand All @@ -59,7 +59,7 @@ jobs:
{"glpi-version": "11.0.x", "php-version": "8.2", "db-image": "mysql:8.0"},
{"glpi-version": "11.0.x", "php-version": "8.3", "db-image": "mysql:8.0"},
{"glpi-version": "11.0.x", "php-version": "8.3", "db-image": "mariadb:10.5"},
{"glpi-version": "11.0.x", "php-version": "8.3", "db-image": "mariadb:10.11"}
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:11.4"}
]
}
'
Expand All @@ -68,7 +68,7 @@ jobs:
{
"include": [
{"glpi-version": "11.0.x", "php-version": "8.1", "db-image": "mariadb:10.5"},
{"glpi-version": "11.0.x", "php-version": "8.3", "db-image": "mariadb:10.11"}
{"glpi-version": "10.0.x", "php-version": "8.3", "db-image": "mariadb:11.4"}
]
}
'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
php-version: "8.1"

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

0 comments on commit 52a1d7d

Please sign in to comment.