Skip to content

Commit

Permalink
chore!: remove unsupported runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 20, 2023
1 parent 4167b01 commit d2d92fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/config/supportedRuntimes.js
Expand Up @@ -4,7 +4,6 @@
// .NET CORE
// export const supportedDotnetcore = new Set([
// 'dotnet6',
// 'dotnetcore3.1',
// ])

// GO
Expand All @@ -15,7 +14,6 @@ export const supportedJava = new Set(['java8', 'java8.al2', 'java11'])

// NODE.JS
export const supportedNodejs = new Set([
'nodejs12.x',
'nodejs14.x',
'nodejs16.x',
'nodejs18.x',
Expand All @@ -26,7 +24,6 @@ export const supportedProvided = new Set(['provided', 'provided.al2'])

// PYTHON
export const supportedPython = new Set([
'python3.6',
'python3.7',
'python3.8',
'python3.9',
Expand Down

0 comments on commit d2d92fe

Please sign in to comment.