diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74c3524d5..5adcc3ac5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,11 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] airflow-version: ["2.3", "2.4", "2.5", "2.6", "2.7", "2.8"] + exclude: + - python-version: "3.11" + airflow-version: "2.3" + - python-version: "3.11" + airflow-version: "2.4" steps: - uses: actions/checkout@v3 with: @@ -81,6 +86,11 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] airflow-version: ["2.3", "2.4", "2.5", "2.6", "2.7", "2.8"] + exclude: + - python-version: "3.11" + airflow-version: "2.3" + - python-version: "3.11" + airflow-version: "2.4" services: postgres: image: postgres