Skip to content

Commit

Permalink
Update GH action Java version to support tests
Browse files Browse the repository at this point in the history
  • Loading branch information
games647 authored and cavallium committed Jul 8, 2023
1 parent 0bef524 commit 3bbdc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_and_test:
strategy:
matrix:
jdkversion: [11]
jdkversion: [17]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3bbdc57

Please sign in to comment.