We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a0699 commit cd8c4e8Copy full SHA for cd8c4e8
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- java: [ 8, 11, 17, 21 ]
+ java: [ 11, 17, 21 ]
13
scala: [ 2.11.x, 2.12.x, 2.13.x, 3.x ]
14
runs-on: ubuntu-latest
15
steps:
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
scala: [ 2.13.x, 3.x ]
36
37
0 commit comments