Skip to content

Commit

Permalink
chore(workflows): java-version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfBarkow committed Jul 28, 2024
1 parent bf98556 commit 5264f0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/java-ci-with-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Set up
uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
java-version: 1.8
distribution: oracle
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
- name: Build with Maven
Expand All @@ -40,8 +40,8 @@ jobs:
- name: Set up
uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
java-version: 1.8
distribution: oracle
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
- name: Build with Maven
Expand Down

0 comments on commit 5264f0c

Please sign in to comment.