From c6898c755b70b720375ab106626f131d0aa7b0b5 Mon Sep 17 00:00:00 2001 From: Jordi Kroon Date: Mon, 6 May 2024 10:44:43 +0200 Subject: [PATCH] feat(pnpm): update pnpm to version 9 --- config/variables.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/variables.yml b/config/variables.yml index 0d3e1d2..b0febad 100644 --- a/config/variables.yml +++ b/config/variables.yml @@ -55,15 +55,17 @@ variables: - "16.20.2" PHP_VERSION: - value: "8.2" + value: "8.3" description: "Define the PHP version" options: + - "8.3" - "8.2" PNPM_VERSION: - value: "latest-8" + value: "latest-9" description: "Define the PNPM version" options: + - "latest-9" - "latest-8" - "latest-7"