Skip to content

Commit

Permalink
Update build-on-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srishtigrp78 authored Sep 30, 2024
1 parent 22493fd commit a7d20ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Setup JDK 8
- name: Setup JDK 17
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 17
distribution: 'adopt'
- name: Build with Maven
run: mvn clean install

0 comments on commit a7d20ad

Please sign in to comment.