We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42686d1 commit eb985a2Copy full SHA for eb985a2
1 file changed
generate-stackbrew-library.sh
@@ -2,7 +2,8 @@
2
set -Eeuo pipefail
3
4
declare -A aliases=(
5
- [8.4]='8 lts'
+ [8.4]='8'
6
+ [9.7]='9 lts'
7
)
8
9
defaultDefaultVariant='oracle'
0 commit comments