We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f807c commit 3be1cacCopy full SHA for 3be1cac
.github/workflows/application-apache-superset.yml
@@ -41,11 +41,18 @@ jobs:
41
matrix:
42
os: [ ubuntu-22.04 ]
43
superset-version: [
44
+
45
# Deactivate testing 3.x until that patch landed.
46
# https://github.com/apache/superset/issues/33162
47
# https://github.com/apache/superset/pull/33216
48
# "3.*",
49
50
+ # Superset 4.x has been fixed.
51
"4.*",
52
53
+ # Don't test 5.x until there will be a patch release 5.0.1.
54
+ # https://github.com/apache/superset/issues/35942
55
+ # "5.*",
56
]
57
python-version: [ "3.9", "3.11" ]
58
cratedb-version: [ 'nightly' ]
0 commit comments