diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 715096be5..6f1e7df91 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -119,6 +119,17 @@ jobs: pyarrow-version: 3.0.0 numpy-version: 1.20.3 default-index-type: 'distributed-sequence' + - python-version: 3.9 + spark-version: 3.0.2 + pandas-version: 1.1.5 + pyarrow-version: 2.0.0 + numpy-version: 1.19.5 + - python-version: 3.9 + spark-version: 3.1.1 + pandas-version: 1.2.4 + pyarrow-version: 3.0.0 + numpy-version: 1.20.3 + default-index-type: 'distributed-sequence' env: PYTHON_VERSION: ${{ matrix.python-version }} SPARK_VERSION: ${{ matrix.spark-version }}