Skip to content

Commit

Permalink
feat(pnpm): update pnpm to version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jordikroon committed May 6, 2024
1 parent 0aafa1e commit c6898c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c6898c7

Please sign in to comment.