We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42ade9 commit a653498Copy full SHA for a653498
1 file changed
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
max-parallel: 4
28
matrix:
29
- java-version: [11, 17, 18]
+ java-version: [11, 17, 20]
30
steps:
31
- uses: actions/checkout@v3
32
with:
0 commit comments