Skip to content

Commit 7ea9ca8

Browse files
authored
Run tests before deploy on Java 17 (#505)
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
1 parent 8cc50ea commit 7ea9ca8

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)