Default versions updated
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

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
1 changed files with 4 additions and 4 deletions

View File

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