From 4c108d615937adb468892bb7df42fd4a839402b4 Mon Sep 17 00:00:00 2001 From: Pankaj Date: Fri, 16 Aug 2024 18:55:02 +0530 Subject: [PATCH] Add Airflow-2.10 in test matrix --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5736c295..1946845d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: test on: push: # Run on pushes to the default branch - branches: [main] + branches: [main, test-af-2.10] pull_request_target: # Also run on pull requests originated from forks branches: [main] @@ -39,7 +39,7 @@ jobs: strategy: matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - airflow-version: ["2.4", "2.5", "2.6", "2.7", "2.8", "2.9"] + airflow-version: ["2.4", "2.5", "2.6", "2.7", "2.8", "2.9", "2.10"] exclude: - python-version: "3.11" airflow-version: "2.4" @@ -98,7 +98,7 @@ jobs: strategy: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] - airflow-version: ["2.4", "2.5", "2.6", "2.7", "2.8", "2.9"] + airflow-version: ["2.4", "2.5", "2.6", "2.7", "2.8", "2.9", "2.10"] exclude: - python-version: "3.11" airflow-version: "2.4"