Skip to content

Commit d59b333

Browse files
authored
Run tests before deploy on Java 17 (#504)
Signed-off-by: Pierangelo Di Pilato <[email protected]>
1 parent e0d1961 commit d59b333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
java: [ 8, 11 ]
15+
java: [ 8, 11, 17 ]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Setup java

0 commit comments

Comments
 (0)