diff --git a/judge/languages.py b/judge/languages.py index c91d62db..49c64a50 100644 --- a/judge/languages.py +++ b/judge/languages.py @@ -546,8 +546,8 @@ languages = [ {"config": _cpp_17_lang_config, "name": "C++ 17", "description": "G++ 9.3.0", "content_type": "text/x-c++src"}, {"config": _cpp_17_o2_lang_config, "name": "C++ 17 With O2", "description": "G++ 9.3.0", "content_type": "text/x-c++src"}, {"config": _java_lang_config, "name": "Java", "description": "OpenJDK 1.8", "content_type": "text/x-java"}, - {"config": _js_lang_config, "name": "JavaScript", "description": "JavaScript (Node.Js 14.16)", "content_type": "text/typescript"}, - {"config": _php_lang_config, "name": "PHP", "description": "PHP 8.0", "content_type": "text/x-php"}, + {"config": _js_lang_config, "name": "JavaScript", "description": "JavaScript (Node.Js 14.17.2)", "content_type": "text/typescript"}, + {"config": _php_lang_config, "name": "PHP", "description": "PHP 8.0.8", "content_type": "text/x-php"}, {"config": _py2_lang_config, "name": "Python2", "description": "Python 2.7.17", "content_type": "text/x-python"}, {"config": _py3_lang_config, "name": "Python3", "description": "Python 3.6.9", "content_type": "text/x-python"}, {"config": _pypy2_lang_config, "name": "Pypy2", "description": "Python 2.7.18 with PyPy 7.3.5", "content_type": "text/x-python"},