Skip to content

Commit

Permalink
apacheGH-36199: [Python][CI][Spark] Update spark versions used on our…
Browse files Browse the repository at this point in the history
… nightly tests
  • Loading branch information
raulcd committed Aug 1, 2023
1 parent 66a6136 commit 1a71645
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1588,9 +1588,9 @@ tasks:
image: conda-python-hdfs
{% endfor %}

{% for python_version, spark_version, test_pyarrow_only, numpy_version in [("3.8", "v3.1.2", "false", "latest"),
("3.9", "v3.2.0", "false", "1.23"),
("3.10", "master", "false", "latest")] %}
{% for python_version, spark_version, test_pyarrow_only, numpy_version in [("3.8", "v3.4.1", "false", "latest"),
("3.10", "v3.4.0", "false", "1.23"),
("3.11", "master", "false", "latest")] %}
test-conda-python-{{ python_version }}-spark-{{ spark_version }}:
ci: github
template: docker-tests/github.linux.yml
Expand Down

0 comments on commit 1a71645

Please sign in to comment.