Default versions updated
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Adam Štrauch 2022-04-25 02:41:20 +02:00
parent 00a0d64292
commit 6d48a9e9f4
Signed by: cx
GPG Key ID: 018304FFA8988F8D

View File

@ -164,19 +164,19 @@ function quickTech() {
case $TECH in case $TECH in
"python") "python")
if [ -z "$VERSION" ]; then if [ -z "$VERSION" ]; then
VERSION=3.10.0 VERSION=3.10.4
fi fi
setTech $TECH-$VERSION setTech $TECH-$VERSION
;; ;;
"php") "php")
if [ -z "$VERSION" ]; then if [ -z "$VERSION" ]; then
VERSION=8.0.13 VERSION=8.1.5
fi fi
setTech $TECH-$VERSION setTech $TECH-$VERSION
;; ;;
"node") "node")
if [ -z "$VERSION" ]; then if [ -z "$VERSION" ]; then
VERSION=16.13.0 VERSION=16.14.2
fi fi
setTech $TECH-$VERSION setTech $TECH-$VERSION
;; ;;
@ -188,7 +188,7 @@ function quickTech() {
;; ;;
"deno") "deno")
if [ -z "$VERSION" ]; then if [ -z "$VERSION" ]; then
VERSION=1.16.2 VERSION=1.21.0
fi fi
setTech $TECH-$VERSION setTech $TECH-$VERSION
;; ;;