Skip to content

Commit

Permalink
Removed support for scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard Wolters committed Nov 2, 2023
1 parent 82de28e commit 096e1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.13, 2.13.8]
scala: [2.13.8]
java: [temurin@11]
clickhouse: [21.3, 21.8.14, 22.3]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 096e1b4

Please sign in to comment.