Skip to content

Commit 6c31a4a

Browse files
committed
DRILL-8523: Remove Support for Java 8
1 parent 48c5eb5 commit 6c31a4a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ jobs:
3434
strategy:
3535
matrix:
3636
# Java versions to run unit tests
37-
java: [ '8', '11', '17' ]
37+
java: [ '11', '17', '21' ]
3838
profile: ['default-hadoop']
39-
include:
40-
- java: '8'
41-
profile: 'hadoop-2'
4239
fail-fast: false
4340
steps:
4441
- name: Checkout

0 commit comments

Comments
 (0)