Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit eac3214

Browse files
authored
Update build.yml
1 parent 4e349a8 commit eac3214

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Maven Java 21
1+
name: Build
22

33
on:
44
push:
@@ -14,11 +14,11 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v3
1616

17-
- name: Set up JDK 17
17+
- name: Set up JDK 1.8/8
1818
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'temurin'
21-
java-version: '17'
21+
java-version: '8'
2222

2323
- name: Cache Maven packages
2424
uses: actions/cache@v3

0 commit comments

Comments
 (0)