Skip to content

Commit ae00004

Browse files
committed
Rename GLPI 10.1.x to 11.0.x
1 parent 89de9c8 commit ae00004

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,25 @@ jobs:
5050
}
5151
'
5252
fi
53-
elif [[ "${{ inputs.glpi-version }}" = "10.1.x" ]]; then
53+
elif [[ "${{ inputs.glpi-version }}" = "11.0.x" ]]; then
5454
if [[ "${{ inputs.complete-matrix && 'true' || 'false' }}" = "true" ]]; then
5555
MATRIX='
5656
{
5757
"include": [
58-
{"glpi-version": "10.1.x", "php-version": "8.1", "db-image": "mysql:8.0"},
59-
{"glpi-version": "10.1.x", "php-version": "8.2", "db-image": "mysql:8.0"},
60-
{"glpi-version": "10.1.x", "php-version": "8.3", "db-image": "mysql:8.0"},
61-
{"glpi-version": "10.1.x", "php-version": "8.3", "db-image": "mariadb:10.5"},
62-
{"glpi-version": "10.1.x", "php-version": "8.3", "db-image": "mariadb:10.11"}
58+
{"glpi-version": "11.0.x", "php-version": "8.1", "db-image": "mysql:8.0"},
59+
{"glpi-version": "11.0.x", "php-version": "8.2", "db-image": "mysql:8.0"},
60+
{"glpi-version": "11.0.x", "php-version": "8.3", "db-image": "mysql:8.0"},
61+
{"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"}
6363
]
6464
}
6565
'
6666
else
6767
MATRIX='
6868
{
6969
"include": [
70-
{"glpi-version": "10.1.x", "php-version": "8.1", "db-image": "mariadb:10.5"},
71-
{"glpi-version": "10.1.x", "php-version": "8.3", "db-image": "mariadb:10.11"}
70+
{"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"}
7272
]
7373
}
7474
'

0 commit comments

Comments
 (0)