Skip to content

Commit

Permalink
fix: remove ruby3.2 from preview runtimes (aws#5296)
Browse files Browse the repository at this point in the history
* fix: remove ruby3.2 from preview runtimes

* update {} with set()
  • Loading branch information
mndeveci authored and lucashuy committed Jun 22, 2023
1 parent 0da9658 commit dffded4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samcli/lib/utils/preview_runtimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""
from typing import Set

PREVIEW_RUNTIMES: Set[str] = {"ruby3.2"}
PREVIEW_RUNTIMES: Set[str] = set()

0 comments on commit dffded4

Please sign in to comment.