Fix default versions
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
Adam Štrauch 2023-08-12 21:34:03 +02:00
parent 3583913038
commit 27c6165dd0
Signed by: cx
GPG key ID: 018304FFA8988F8D

View file

@ -3,11 +3,11 @@
. ~/.bashrc . ~/.bashrc
# DEFAULT VERSIONS # DEFAULT VERSIONS
VERSION_PYTHON=3.11.3 VERSION_PYTHON="3.11.4"
VERSION_PHP=8.2.3 VERSION_PHP="8.2.7"
VERSION_NODE=19.9.0 VERSION_NODE="18.17.1"
VERSION_RUBY=3.2.0 VERSION_RUBY="3.2.2"
VERSION_DENO=1.32.3 VERSION_DENO="1.36.1"
WIDTH=180 WIDTH=180
HEIGHT=25 HEIGHT=25