Skip to content

Commit

Permalink
Update java version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robbi5 committed Jun 13, 2024
1 parent ee7ad59 commit a06ca59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: local.properties pretixscan
run: echo "github.token=${{ secrets.GITHUB_TOKEN }}" > local.properties
working-directory: ./pretixscan
- name: set up JDK 11
- name: set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Submodules
run: git submodule update --init
working-directory: ./pretixscan
Expand Down

0 comments on commit a06ca59

Please sign in to comment.