We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7f1c0 commit 44d6bf0Copy full SHA for 44d6bf0
1 file changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- java_version: [8, 18-ea]
+ java_version: [8, 11, 17, 18-ea]
17
os: [ubuntu-latest]
18
19
steps:
0 commit comments