From bf25f3378438a104e21e93fa9bc3a9adfe4a2187 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 2 Nov 2025 15:00:17 +0100 Subject: [PATCH] Application/Superset: Start testing Apache Superset 5.x --- .github/workflows/application-apache-superset.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/application-apache-superset.yml b/.github/workflows/application-apache-superset.yml index e5fddec4..3a5d8250 100644 --- a/.github/workflows/application-apache-superset.yml +++ b/.github/workflows/application-apache-superset.yml @@ -52,7 +52,7 @@ jobs: # Don't test 5.x until there will be a patch release 5.0.1. # https://github.com/apache/superset/issues/35942 - # "5.*", + "5.*", # Superset 6.x will work without much ado. "6.0.0rc2",