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/.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
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.