We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efca789 commit cce0702Copy full SHA for cce0702
1 file changed
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- java: [1.8, 11, 13, 14-ea]
+ java: [1.8, 11, 13, 17, 18-ea, 19-ea]
13
steps:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-java@v1
0 commit comments