We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ade68a + b319684 commit 6d0ce13Copy full SHA for 6d0ce13
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- java: [8, 11, 17]
+ java: [8, 11, 17, 21]
14
scala: [2.11.x, 2.12.x, 2.13.x, 3.x]
15
runs-on: ubuntu-latest
16
steps:
0 commit comments