Default versions updated
This commit is contained in:
		
							parent
							
								
									00a0d64292
								
							
						
					
					
						commit
						6d48a9e9f4
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
        ;;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue