Skip to content

Commit

Permalink
Attempt php auto-detection (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout authored Nov 7, 2023
1 parent a1052d7 commit 13b8cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/runner/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ var programByLanguageID = map[string][]string{
"dos": {"cmd"},
"lua": {"lua"},
"perl": {"perl"},
"php": {"php"},
"python": {"python3", "python"},
"py": {"python3", "python"},
"ruby": {"ruby"},
Expand Down

0 comments on commit 13b8cd6

Please sign in to comment.