Skip to content

Commit 860ec91

Browse files
committed
Bump compile version to 11.
1 parent 91a7188 commit 860ec91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr-builder.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v2
22-
- name: Set up Adopt JDK 8
23-
uses: actions/setup-java@v2
21+
- uses: actions/checkout@v4
22+
- name: Set up Adopt JDK 11
23+
uses: actions/setup-java@v4
2424
with:
25-
java-version: "8"
25+
java-version: "11"
2626
distribution: "adopt"
2727
- name: Cache local Maven repository
2828
id: cache-maven-m2

0 commit comments

Comments
 (0)