Skip to content

Commit

Permalink
fix: update used java version in github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarek Chouaki committed Apr 24, 2024
1 parent 995ae0a commit ecbab34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: "11"
java-version: "17"
- uses: actions/cache@v2
env:
CACHE_NUMBER: 0
Expand Down

0 comments on commit ecbab34

Please sign in to comment.