We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc50ea commit 7ea9ca8Copy full SHA for 7ea9ca8
1 file changed
.github/workflows/branch.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- java: [ 8, 11 ]
+ java: [ 8, 11, 17 ]
16
steps:
17
- uses: actions/checkout@v2
18
- name: Setup java
0 commit comments