We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd376d commit 83a27edCopy full SHA for 83a27ed
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- java-version: [8, 10a, 11, 12a, 13a, 14a, 15a, 16a, 17, 18]
+ java-version: [8, 10a, 11, 12a, 13a, 14a, 15a, 16a, 17, 18, 19]
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v3
0 commit comments