Skip to content

Commit d684508

Browse files
committed
Test major Java versions with GitHub actions as documented on
https://github.com/actions/setup-java
1 parent c958d96 commit d684508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
java: [ 8, 11, 12, 13 ]
26+
java: [ 8, 11, 12, 13, 14 ]
2727

2828
steps:
2929
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)