Skip to content

Commit 0003f73

Browse files
authored
update deprecated runtime (aws#8883)
1 parent ee30489 commit 0003f73

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

tests/integration/validate/test_validate_command.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,10 @@ def test_lint_template(self, relative_folder: str, expected_file: TemplateFileTy
156156
@parameterized.expand(
157157
[
158158
("nodejs",),
159-
("python3.7",),
160-
("nodejs16.x",),
159+
("python3.9",),
161160
("nodejs18.x",),
161+
("ruby3.2",),
162+
("dotnet6",),
162163
]
163164
)
164165
def test_lint_deprecated_runtimes(self, runtime):
@@ -205,19 +206,21 @@ def test_lint_supported_runtimes(self):
205206
supported_runtimes = [
206207
"dotnet10",
207208
"dotnet8",
209+
"java25",
208210
"java21",
209211
"java17",
210212
"java11",
211213
"java8.al2",
212214
"nodejs20.x",
213215
"nodejs22.x",
216+
"nodejs24.x",
214217
"provided.al2",
215218
"provided.al2023",
216219
"python3.10",
217220
"python3.11",
218221
"python3.12",
219222
"python3.13",
220-
"ruby3.2",
223+
"python3.14",
221224
"ruby3.3",
222225
"ruby3.4",
223226
]

0 commit comments

Comments
 (0)