Skip to content

Commit 35c21bd

Browse files
committed
Removing java-8 from test matrix - upgraded arrow libraries no longer support that jvm version.
1 parent 92999ec commit 35c21bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
jdk-version: ["8", "11", "17", "21"]
11+
jdk-version: ["11", "17", "21"]
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)