Skip to content

Commit f44a058

Browse files
authored
1 parent 19e24a1 commit f44a058

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/Runtime.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,14 @@ abstract class Runtime
1010

1111
public const NODEJS_12 = 'nodejs12.x';
1212

13-
public const NODEJS_10 = 'nodejs10.x';
14-
1513
public const PYTHON_39 = 'python3.9';
1614

1715
public const PYTHON_38 = 'python3.8';
1816

1917
public const PYTHON_37 = 'python3.7';
2018

21-
public const PYTHON_36 = 'python3.6';
22-
23-
public const PYTHON_27 = 'python2.7';
24-
2519
public const RUBY_27 = 'ruby2.7';
26-
27-
public const RUBY_25 = 'ruby2.5';
28-
20+
2921
public const JAVA_11 = 'java11';
3022

3123
public const JAVA_8_LINUX2 = 'java8.al2';

0 commit comments

Comments
 (0)