We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a83f26 commit 4a8172dCopy full SHA for 4a8172d
1 file changed
.github/workflows/application-apache-superset.yml
@@ -41,11 +41,9 @@ jobs:
41
matrix:
42
os: [ ubuntu-22.04 ]
43
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.*",
+ "3.*",
48
"4.*",
+ "5.*",
49
]
50
python-version: [ "3.9", "3.11" ]
51
cratedb-version: [ 'nightly' ]
0 commit comments