Skip to content

Commit 3be1cac

Browse files
committed
Apache Superset: Format CI recipe
1 parent d1f807c commit 3be1cac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,18 @@ jobs:
4141
matrix:
4242
os: [ ubuntu-22.04 ]
4343
superset-version: [
44+
4445
# Deactivate testing 3.x until that patch landed.
4546
# https://github.com/apache/superset/issues/33162
4647
# https://github.com/apache/superset/pull/33216
4748
# "3.*",
49+
50+
# Superset 4.x has been fixed.
4851
"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.*",
4956
]
5057
python-version: [ "3.9", "3.11" ]
5158
cratedb-version: [ 'nightly' ]

0 commit comments

Comments
 (0)