Skip to content

Commit

Permalink
Change java compiling version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmadhavig committed Dec 12, 2024
1 parent 0e79ff4 commit 56cf72c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build the project on pull requests with tests
# Uses:
# OS: ubuntu-lates
# JDK: Adopt JDK 8
# JDK: Adopt JDK 17

name: PR Builder

Expand All @@ -19,10 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Adopt JDK 8
- name: Set up Adopt JDK 17
uses: actions/setup-java@v2
with:
java-version: "8"
java-version: "17"
distribution: "adopt"
- name: Cache local Maven repository
id: cache-maven-m2
Expand Down

0 comments on commit 56cf72c

Please sign in to comment.