Skip to content

Commit a881b01

Browse files
committed
chore: tests for pyspark versions bigger than 3.4
1 parent d55d4a6 commit a881b01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
strategy:
128128
matrix:
129129
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
130-
pyspark-version: [ "3.4.4", "3.5.0" ]
130+
pyspark-version: [ "3.5.0" ]
131131

132132
name: Tests Spark | Python ${{ matrix.python-version }} | PySpark ${{ matrix.pyspark-version }}
133133

0 commit comments

Comments
 (0)