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