Skip to content

Commit

Permalink
Update pr-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjanaSamindraPerera authored Nov 8, 2024
1 parent 5fe37be commit bdf5af5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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
# OS: ubuntu-latest
# JDK: Adopt JDK 11

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 11
uses: actions/setup-java@v2
with:
java-version: "8"
java-version: "11"
distribution: "adopt"
- name: Cache local Maven repository
id: cache-maven-m2
Expand Down

0 comments on commit bdf5af5

Please sign in to comment.