From 47d3f320e572cdb08bbd24bae82ec106081a29d7 Mon Sep 17 00:00:00 2001 From: tremo Date: Tue, 18 Aug 2026 14:44:22 +0200 Subject: [PATCH] feature/glpi-12.0 --- .github/workflows/continuous-integration.yml | 2 +- setup.php.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6fb4f4e..903e4fc 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -20,7 +20,7 @@ jobs: name: "Generate CI matrix" uses: "glpi-project/plugin-ci-workflows/.github/workflows/generate-ci-matrix.yml@v1" with: - glpi-version: "11.0.x" + glpi-version: "12.0.x" ci: name: "GLPI ${{ matrix.glpi-version }} - php:${{ matrix.php-version }} - ${{ matrix.db-image }}" needs: "generate-ci-matrix" diff --git a/setup.php.tpl b/setup.php.tpl index e79e6d2..8fb4c28 100644 --- a/setup.php.tpl +++ b/setup.php.tpl @@ -36,11 +36,11 @@ define('PLUGIN_{UNAME}_VERSION', '{VERSION}'); // Minimal GLPI version, inclusive /** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */ -define("PLUGIN_{UNAME}_MIN_GLPI_VERSION", "11.0.0"); +define("PLUGIN_{UNAME}_MIN_GLPI_VERSION", "12.0.0"); // Maximum GLPI version, exclusive /** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */ -define("PLUGIN_{UNAME}_MAX_GLPI_VERSION", "11.0.99"); +define("PLUGIN_{UNAME}_MAX_GLPI_VERSION", "12.0.99"); /** * Init hooks of the plugin.