diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index cb07c67dda2df..fc7c3cd5f4b32 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -29,7 +29,7 @@ jobs: matrix: env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml, actions-311.yaml] pattern: ["not single_cpu", "single_cpu"] - pyarrow_version: ["8", "9", "10"] + pyarrow_version: ["8", "9", "10", "11"] include: - name: "Downstream Compat" env_file: actions-38-downstream_compat.yaml @@ -83,14 +83,20 @@ jobs: pyarrow_version: "8" - env_file: actions-38.yaml pyarrow_version: "9" + - env_file: actions-38.yaml + pyarrow_version: "10" - env_file: actions-39.yaml pyarrow_version: "8" - env_file: actions-39.yaml pyarrow_version: "9" + - env_file: actions-39.yaml + pyarrow_version: "10" - env_file: actions-310.yaml pyarrow_version: "8" - env_file: actions-310.yaml pyarrow_version: "9" + - env_file: actions-310.yaml + pyarrow_version: "10" fail-fast: false name: ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }} env: