Skip to content

Commit 93f3c85

Browse files
committed
Application/Superset: Start testing Apache Superset 5.x
1 parent 4223bcd commit 93f3c85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [ ubuntu-22.04 ]
43-
superset-version: [ "3.*", "4.*" ]
43+
superset-version: [
44+
"3.*",
45+
"4.*",
46+
"5.*",
47+
]
4448
python-version: [ "3.9", "3.11" ]
4549
cratedb-version: [ 'nightly' ]
4650

0 commit comments

Comments
 (0)