diff --git a/.github/workflows/ci-rc-test.yaml b/.github/workflows/ci-rc-test.yaml index c12ff569d..5af75cb4a 100644 --- a/.github/workflows/ci-rc-test.yaml +++ b/.github/workflows/ci-rc-test.yaml @@ -558,11 +558,11 @@ jobs: needs: - Create-Databricks-Cluster - Run-Optional-Packages-tests-python-sdk - - Run-Unit-tests-Airflow-2-5 + - Run-Unit-tests-Airflow-2-7 - Run-example-dag-tests-Airflow-2-2-5 - - Run-Integration-tests-Airflow-2-5 - - Run-load-file-Integration-Airflow-2-5 - - Run-example-dag-Integration-Airflow-2-5 + - Run-Integration-tests-Airflow-2-6 + - Run-load-file-Integration-Airflow-2-7 + - Run-example-dag-Integration-Airflow-2-7 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3