Fix default tech versions
All checks were successful
Test build / build (push) Successful in 7m31s
Release into production / build (release) Successful in 34m54s

This commit is contained in:
Adam Štrauch 2025-08-02 01:19:29 +02:00
parent daa4380fb0
commit fa14a1bf55
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -3,14 +3,14 @@
. ~/.bashrc
# DEFAULT VERSIONS
VERSION_NODE="23.11.0"
VERSION_PYTHON="3.13.2"
VERSION_PHP="8.4.6"
VERSION_RUBY="3.4.3"
VERSION_DENO="2.3.1"
VERSION_BUN="1.2.11"
VERSION_OPENJDK="24.0.1"
VERSION_GOLANG="1.24.2"
VERSION_NODE="24.4.1"
VERSION_PYTHON="3.13.5"
VERSION_PHP="8.4.10"
VERSION_RUBY="3.4.5"
VERSION_DENO="2.4.3"
VERSION_BUN="1.2.19"
VERSION_OPENJDK="24.0.2"
VERSION_GOLANG="1.24.5"
WIDTH=180
HEIGHT=25