From 0a19cff86a6aabbc6b7b368ff7ea1b29d4e425df Mon Sep 17 00:00:00 2001 From: Kuba Kaflik Date: Thu, 3 Aug 2023 14:51:36 +0200 Subject: [PATCH] Restore test against CH 23.7 (#1059) --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 051b367fae..7f56d2754f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -29,7 +29,7 @@ jobs: - "23.3" - "23.5" - "23.6" -# - "23.7" - disabled due to backward-compatibility issues with sparse serialization for native protocol + - "23.7" steps: - uses: actions/checkout@main