Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wqyeo authored Jul 3, 2024
1 parent e3020da commit d4b81f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '1.8'
java-version: '22.0.1+8'
distribution: 'adopt'
- name: Build and Test
run: mvn clean install && mvn test

0 comments on commit d4b81f2

Please sign in to comment.