From 47d3f320e572cdb08bbd24bae82ec106081a29d7 Mon Sep 17 00:00:00 2001 From: tremo Date: Tue, 18 Aug 2026 14:44:22 +0200 Subject: [PATCH 1/2] 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. From 1ddb87a71f2a77ed042327f21ce627804bf7bef4 Mon Sep 17 00:00:00 2001 From: tremo Date: Thu, 20 Aug 2026 10:02:41 +0200 Subject: [PATCH 2/2] change --- .github/workflows/continuous-integration.yml.tpl | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml.tpl b/.github/workflows/continuous-integration.yml.tpl index 5fbc455..ceeb158 100644 --- a/.github/workflows/continuous-integration.yml.tpl +++ b/.github/workflows/continuous-integration.yml.tpl @@ -23,7 +23,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/plugin.xml b/plugin.xml index 16d9e09..0abfc77 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,7 +29,7 @@ {VERSION} - ~11.0.0 + ~12.0.0