Skip to content

Commit

Permalink
moved to java 17 for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mswiderski committed Jan 11, 2023
1 parent c6f5eba commit 72929d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Docker login
env:
QUARKUS_CONTAINER_IMAGE_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
repository: automatiko-io/automatiko-engine
path: automatiko
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Build Automatiko
run: mvn -B install -DskipTests --file automatiko/pom.xml
- name: Build Automatiko Approval Tasks
Expand Down

0 comments on commit 72929d8

Please sign in to comment.