We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4859970 commit 09792c0Copy full SHA for 09792c0
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Build and Run
13
strategy:
14
matrix:
15
- java-version: [8, 11, 17]
+ java-version: [8, 11, 17, 21]
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout current branch (full)
0 commit comments