Skip to content

Commit 7e61e2d

Browse files
committed
GH-127 - Upgrade CI to Java 11.
1 parent 605a433 commit 7e61e2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313

1414
steps:
1515

16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

18-
- name: Set up JDK 8
19-
uses: actions/setup-java@v2
18+
- name: Set up JDK 11
19+
uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'
22-
java-version: 8
22+
java-version: 11
2323
cache: 'maven'
2424

2525
- name: Build with Maven

0 commit comments

Comments
 (0)