Skip to content

Commit cd8c4e8

Browse files
Remove Java 8 from CI workflow matrix
1 parent 53a0699 commit cd8c4e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
java: [ 8, 11, 17, 21 ]
12+
java: [ 11, 17, 21 ]
1313
scala: [ 2.11.x, 2.12.x, 2.13.x, 3.x ]
1414
runs-on: ubuntu-latest
1515
steps:
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
java: [ 8, 11, 17, 21 ]
34+
java: [ 11, 17, 21 ]
3535
scala: [ 2.13.x, 3.x ]
3636
runs-on: ubuntu-latest
3737
steps:

0 commit comments

Comments
 (0)