Skip to content

Commit 35b0075

Browse files
committed
Change default Trino testing image to be latest
CI still has a matrix to test each PR and commit pushed to master against both 351 and latest.
1 parent 158e73f commit 35b0075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
logger = trino.logging.get_logger(__name__)
2929

3030

31-
TRINO_VERSION = os.environ.get("TRINO_VERSION") or "351"
31+
TRINO_VERSION = os.environ.get("TRINO_VERSION") or "latest"
3232
TRINO_HOST = "127.0.0.1"
3333
TRINO_PORT = 8080
3434

0 commit comments

Comments
 (0)