Skip to content

Commit

Permalink
build: disable Java 21 in Github workflow because not supported by Sp…
Browse files Browse the repository at this point in the history
…ark 3.5.1
  • Loading branch information
sebastian-nagel committed Oct 3, 2024
1 parent 23cdb02 commit cf4bcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 17, 21 ]
java: [ 11, 17 ] # Java 21 supported from Spark 4.0.0 upwards
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cf4bcde

Please sign in to comment.