Skip to content

Commit

Permalink
run tests with java 14, 15 and java 16
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnoozer committed Mar 16, 2021
1 parent e9fb310 commit 155e5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: checkstyle
strategy:
matrix:
java_version: ['8', '9', '10', '11', '12', '13']
java_version: ['8', '9', '10', '11', '12', '13', '14', '15', '16']

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 155e5f8

Please sign in to comment.