We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4859970 + 09792c0 commit 7ed13e5Copy full SHA for 7ed13e5
.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