We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81b3dd commit 8babcb5Copy full SHA for 8babcb5
4 files changed
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
needs: setup
65
strategy:
66
matrix:
67
- java: ['8', '11', '17', '20']
+ java: ['8', '11', '17', '21', '22']
68
runs-on: ubuntu-latest
69
steps:
70
- name: Checkout
0 commit comments