From 464b47746844982757e6cca326fc327f60e2ba6b Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Sun, 15 Sep 2024 21:18:00 +0200 Subject: [PATCH] temporarily enable latest stable 15 --- .github/workflows/pr-graphql-compat-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-graphql-compat-check.yml b/.github/workflows/pr-graphql-compat-check.yml index 6ed9f0ef6b..448398b03a 100644 --- a/.github/workflows/pr-graphql-compat-check.yml +++ b/.github/workflows/pr-graphql-compat-check.yml @@ -24,6 +24,8 @@ jobs: strategy: matrix: release: + # try last stable 15 release again + - '^15' # test against the latest 16.x version, which might be newer than what we have - '^16' # test against the oldest version we support