Skip to content

Commit

Permalink
Add Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBrand committed Oct 10, 2023
1 parent 34573c4 commit cdee75c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: |
8
11
cache: gradle
- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit cdee75c

Please sign in to comment.