From a0e8cfc0ce6fb9f088028e2342cb3c9b470a73f0 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Fri, 10 Feb 2023 19:33:26 +0100 Subject: [PATCH] CI: Add pyarrow 11 to ci --- .github/workflows/ubuntu.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: