Skip to content

Commit

Permalink
java-version down from 17 to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
skateball committed Jan 23, 2025
1 parent d4856b7 commit 01290e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'sapmachine'
java-version: 17
java-version: 11
- name: Build
run: mvn -B -ntp --file pom.xml -DskipTests package
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'sapmachine'
java-version: 17
java-version: 11
- name: Build with Maven
run: mvn -B -ntp package --file pom.xml
env:
Expand Down

0 comments on commit 01290e0

Please sign in to comment.