@@ -50,25 +50,25 @@ jobs:
50
50
}
51
51
'
52
52
fi
53
- elif [[ "${{ inputs.glpi-version }}" = "10.1 .x" ]]; then
53
+ elif [[ "${{ inputs.glpi-version }}" = "11.0 .x" ]]; then
54
54
if [[ "${{ inputs.complete-matrix && 'true' || 'false' }}" = "true" ]]; then
55
55
MATRIX='
56
56
{
57
57
"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"}
63
63
]
64
64
}
65
65
'
66
66
else
67
67
MATRIX='
68
68
{
69
69
"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"}
72
72
]
73
73
}
74
74
'
0 commit comments