Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
glpi
Commits
90d3a695
Commit
90d3a695
authored
Jan 26, 2021
by
Cédric Anne
Committed by
Johan Cwiklinski
Jan 27, 2021
Browse files
Do not test MySQL 8.0 twice
parent
b7654846
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
90d3a695
...
...
@@ -130,14 +130,16 @@ jobs:
fail-fast
:
false
matrix
:
include
:
# test higher PHP version with higher MariaDB and MySQL versions
-
{
php-version
:
"
8.0"
,
db-image
:
"
mariadb:10.5"
,
always
:
true
}
-
{
php-version
:
"
8.0"
,
db-image
:
"
mysql:8.0"
,
always
:
true
}
# test other PHP versions
-
{
php-version
:
"
7.2"
,
db-image
:
"
mariadb:10.5"
,
always
:
false
}
-
{
php-version
:
"
7.3"
,
db-image
:
"
mariadb:10.5"
,
always
:
false
}
-
{
php-version
:
"
7.4"
,
db-image
:
"
mariadb:10.5"
,
always
:
false
}
# test other DB servers/versions
-
{
php-version
:
"
8.0"
,
db-image
:
"
mariadb:10.1"
,
always
:
false
}
-
{
php-version
:
"
8.0"
,
db-image
:
"
mysql:5.6"
,
always
:
false
}
-
{
php-version
:
"
8.0"
,
db-image
:
"
mysql:8.0"
,
always
:
false
}
-
{
php-version
:
"
8.0"
,
db-image
:
"
percona:5.6"
,
always
:
false
}
-
{
php-version
:
"
8.0"
,
db-image
:
"
percona:8.0"
,
always
:
false
}
env
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment