Skip to content

Commit 5d17b36

Browse files
committed
CI: Validate LocalStack 2026.3
1 parent dcf80c7 commit 5d17b36

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dynamodb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
]
4848
localstack-version:
4949
- "4.14"
50+
- "2026.3"
5051

5152
env:
5253
OS: ${{ matrix.os }}

cratedb_toolkit/testing/testcontainers/localstack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class LocalStackContainerWithKeepalive(KeepaliveContainer, LocalStackContainer):
3333
useful when used within a test matrix.
3434
"""
3535

36-
LOCALSTACK_VERSION = os.environ.get("LOCALSTACK_VERSION", "4.14")
36+
LOCALSTACK_VERSION = os.environ.get("LOCALSTACK_VERSION", "2026.3")
3737

3838
def __init__(
3939
self,

0 commit comments

Comments
 (0)