Skip to content

Commit eb985a2

Browse files
committed
Move lts alias to 9.7
1 parent 42686d1 commit eb985a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

generate-stackbrew-library.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
set -Eeuo pipefail
33

44
declare -A aliases=(
5-
[8.4]='8 lts'
5+
[8.4]='8'
6+
[9.7]='9 lts'
67
)
78

89
defaultDefaultVariant='oracle'

0 commit comments

Comments
 (0)