From 32e49da4b71e0c2798d5aebfd9f810a4ea0a5f27 Mon Sep 17 00:00:00 2001 From: mtojek Date: Wed, 9 Feb 2022 08:54:53 +0100 Subject: [PATCH] Test against the stack 8.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f823776e20..88455acbe0 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ test-stack-command-800: ./scripts/test-stack-command.sh 8.0.0-SNAPSHOT test-stack-command-8x: - ./scripts/test-stack-command.sh 8.1.0-SNAPSHOT + ./scripts/test-stack-command.sh 8.2.0-SNAPSHOT test-stack-command: test-stack-command-default test-stack-command-7x test-stack-command-800 test-stack-command-8x