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 committed Apr 12, 2023
1 parent ff09823 commit 3b2f764
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 3b2f764

Please sign in to comment.