Merge pull request #2968 from steverao/2022.x-fix-workflows

fix: modified workflows configuration
pull/2972/head
Neptune 2 years ago committed by GitHub
commit 7bdafb8ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,10 +2,10 @@ name: Integration Testing
on:
push:
branches:
- 2021.x
- 2022.x
pull_request:
branches:
- 2021.x
- 2022.x
jobs:
deploy-docker-image:
runs-on: ubuntu-latest
@ -25,10 +25,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '8'
java-version: '17'
distribution: 'adopt'
- name: Dependies Cache
uses: actions/cache@v2

Loading…
Cancel
Save