Skip to content

Commit

Permalink
updated java versions in test to supported ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamik423 committed Aug 24, 2023
1 parent d9039f3 commit 4861029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
# test against latest update of each major Java version:
java: [ 8, 9, 10, 11, 12, 13, 14 ]
java: [ 8, 11, 17, 20 ]
name: Build with Java ${{ matrix.java }}

steps:
Expand Down

0 comments on commit 4861029

Please sign in to comment.