From 0c0a8ab19fbcc89673838e09e7e3845f784cff03 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 11 Oct 2023 21:48:47 +0400 Subject: [PATCH] Bump tested stack versions (#621) --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a01e611..cfc0c52 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -28,6 +28,6 @@ steps: - '3.9' - '3.8' stack: - - '8.8-SNAPSHOT' - - '8.9-SNAPSHOT' + - '8.10-SNAPSHOT' + - '8.11-SNAPSHOT' command: ./.buildkite/run-tests