From 11beee878570188e7c4f2b8a839f82410eaea838 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Wed, 21 Apr 2021 13:06:12 +0100 Subject: [PATCH] Add 7.13.0 to stack version matrix --- .github/workflows/integration-jobs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-jobs.yml b/.github/workflows/integration-jobs.yml index 288536fa8b0..f75db2c8b5e 100644 --- a/.github/workflows/integration-jobs.yml +++ b/.github/workflows/integration-jobs.yml @@ -36,7 +36,8 @@ jobs: '7.9.0', '7.10.0', '7.11.0', - '7.12.0-SNAPSHOT', + '7.12.0', + '7.13.0', 'latest-7' ]