We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e24a1 commit f44a058Copy full SHA for f44a058
src/Runtime.php
@@ -10,22 +10,14 @@ abstract class Runtime
10
11
public const NODEJS_12 = 'nodejs12.x';
12
13
- public const NODEJS_10 = 'nodejs10.x';
14
-
15
public const PYTHON_39 = 'python3.9';
16
17
public const PYTHON_38 = 'python3.8';
18
19
public const PYTHON_37 = 'python3.7';
20
21
- public const PYTHON_36 = 'python3.6';
22
23
- public const PYTHON_27 = 'python2.7';
24
25
public const RUBY_27 = 'ruby2.7';
26
27
- public const RUBY_25 = 'ruby2.5';
28
+
29
public const JAVA_11 = 'java11';
30
31
public const JAVA_8_LINUX2 = 'java8.al2';
0 commit comments