Skip to content

Commit

Permalink
Rename GLPI 10.1.x to 11.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Feb 29, 2024
1 parent 89de9c8 commit ae00004
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/generate-ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,25 @@ jobs:
}
'
fi
elif [[ "${{ inputs.glpi-version }}" = "10.1.x" ]]; then
elif [[ "${{ inputs.glpi-version }}" = "11.0.x" ]]; then
if [[ "${{ inputs.complete-matrix && 'true' || 'false' }}" = "true" ]]; then
MATRIX='
{
"include": [
{"glpi-version": "10.1.x", "php-version": "8.1", "db-image": "mysql:8.0"},
{"glpi-version": "10.1.x", "php-version": "8.2", "db-image": "mysql:8.0"},
{"glpi-version": "10.1.x", "php-version": "8.3", "db-image": "mysql:8.0"},
{"glpi-version": "10.1.x", "php-version": "8.3", "db-image": "mariadb:10.5"},
{"glpi-version": "10.1.x", "php-version": "8.3", "db-image": "mariadb:10.11"}
{"glpi-version": "11.0.x", "php-version": "8.1", "db-image": "mysql:8.0"},
{"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"}
]
}
'
else
MATRIX='
{
"include": [
{"glpi-version": "10.1.x", "php-version": "8.1", "db-image": "mariadb:10.5"},
{"glpi-version": "10.1.x", "php-version": "8.3", "db-image": "mariadb:10.11"}
{"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"}
]
}
'
Expand Down

0 comments on commit ae00004

Please sign in to comment.