diff --git a/.github/workflows/application-apache-superset.yml b/.github/workflows/application-apache-superset.yml index df0f78a1..23110bb6 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'