Skip to content

Commit 91d87ed

Browse files
authored
Merge pull request #249 from platformsh/lisp-removal
Remove the Lisp runtime
2 parents afeea20 + dee5eee commit 91d87ed

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

internal/question/models/runtime.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const (
99
Elixir Runtime = "elixir"
1010
Golang Runtime = "golang"
1111
Java Runtime = "java"
12-
Lisp Runtime = "lisp"
1312
NodeJS Runtime = "nodejs"
1413
PHP Runtime = "php"
1514
Python Runtime = "python"
@@ -23,7 +22,6 @@ var (
2322
Elixir,
2423
Golang,
2524
Java,
26-
Lisp,
2725
NodeJS,
2826
PHP,
2927
Python,
@@ -48,8 +46,6 @@ func (r Runtime) Title() string {
4846
return "Go"
4947
case Java:
5048
return "Java"
51-
case Lisp:
52-
return "Lisp"
5349
case NodeJS:
5450
return "JavaScript/Node.js"
5551
case PHP:

internal/question/models/version.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ var (
66
Elixir: {"1.13", "1.12", "1.11"},
77
Golang: {"1.22", "1.21", "1.20"},
88
Java: {"19", "18", "17", "11", "8"},
9-
Lisp: {"2.1", "2.0", "1.5"},
109
NodeJS: {"20", "18", "16"},
1110
PHP: {"8.2", "8.1", "8.0"},
1211
Python: {"3.11", "3.10", "3.9", "3.8", "3.7"},

0 commit comments

Comments
 (0)