Skip to content

Commit

Permalink
Update maven.yml: back to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkain authored Jul 28, 2023
1 parent 603dccd commit 9352a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: git fetch --no-tags --no-recurse-submodules --depth=1 origin +refs/heads/master:refs/remotes/origin/master
- name: check migration names
run: cd docker-compose/database && ./check_migration_names.py
- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 11
- name: Create directory /shanoir-ng-logs
run: sudo mkdir -m777 /var/log/shanoir-ng-logs
- name: Maven cache
Expand Down

0 comments on commit 9352a53

Please sign in to comment.