From 9d11493396ac442e53d4cf3943ba70324b22caf9 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..379e4d725 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: # Run on pushes to the default branch branches: [main] pull_request_target: # Also run on pull requests originated from forks - branches: [main] + branches: [main, test-af-2.10] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} @@ -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"