We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97b26b commit 760f248Copy full SHA for 760f248
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- java: [8, 11, 17]
+ java: [8, 11, 17, 21]
15
scala: [2.13.x, 3.x]
16
runs-on: ubuntu-latest
17
if: ${{ github.event_name != 'schedule' }}
0 commit comments