Skip to content

Commit 4a8172d

Browse files
committed
Application/Superset: Start testing Apache Superset 5.x
1 parent 9a83f26 commit 4a8172d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/application-apache-superset.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,9 @@ jobs:
4141
matrix:
4242
os: [ ubuntu-22.04 ]
4343
superset-version: [
44-
# Deactivate testing 3.x until that patch landed.
45-
# https://github.com/apache/superset/issues/33162
46-
# https://github.com/apache/superset/pull/33216
47-
# "3.*",
44+
"3.*",
4845
"4.*",
46+
"5.*",
4947
]
5048
python-version: [ "3.9", "3.11" ]
5149
cratedb-version: [ 'nightly' ]

0 commit comments

Comments
 (0)