Skip to content

Commit

Permalink
Merge pull request #333 from s4u/jdk-17
Browse files Browse the repository at this point in the history
Use JDK 17 for testing
  • Loading branch information
slawekjaranowski authored Jun 16, 2024
2 parents f1d20e0 + ed4f3a2 commit 162ea4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
distribution: 'temurin'
java-version: '17'


- run: npm version
Expand Down

0 comments on commit 162ea4b

Please sign in to comment.