Skip to content

Commit

Permalink
updated to java version 11 in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Apr 8, 2024
1 parent 0fd2aad commit 51355ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up JDK 15
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 15.x
java-version: 11.x

- name: Setup Node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -84,11 +84,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up JDK 15
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 15.x
java-version: 11.x

- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 51355ea

Please sign in to comment.