This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch update-providers-compatibility-matrix-with-2.11.1 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 362c3c71604c639abb3bc77986b46b35dbcb6d59 Author: Jarek Potiuk <[email protected]> AuthorDate: Sat Feb 21 17:20:16 2026 +0100 Update provider's compatibility matrix with 2.11.1 --- dev/breeze/src/airflow_breeze/global_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/breeze/src/airflow_breeze/global_constants.py b/dev/breeze/src/airflow_breeze/global_constants.py index 0e946652851..d812e9b0de6 100644 --- a/dev/breeze/src/airflow_breeze/global_constants.py +++ b/dev/breeze/src/airflow_breeze/global_constants.py @@ -739,7 +739,7 @@ DEFAULT_EXTRAS = [ PROVIDERS_COMPATIBILITY_TESTS_MATRIX: list[dict[str, str | list[str]]] = [ { "python-version": "3.10", - "airflow-version": "2.11.0", + "airflow-version": "2.11.1", "remove-providers": "common.messaging edge3 fab git keycloak informatica common.ai", "run-unit-tests": "true", },
