chore: #21763 - bump to py 3.9, temurin java... (#413)

* chore: #21763 - bump to py 3.9, temurin java 11 latest

Change-Id: I7e5bd82532ea18eec9468a1d37dfcb1c3e0ab8ae
Signed-off-by: Nick Boldt <nboldt@redhat.com>

* Update .github/workflows/release.yml

* update to latest temurin java 11

Change-Id: Ieb63ecd21768af299065a773f83e3f9d72da4f6c
Signed-off-by: Nick Boldt <nboldt@redhat.com>

Signed-off-by: Nick Boldt <nboldt@redhat.com>
pull/414/head
Nick Boldt 2023-01-05 09:10:07 -04:00 committed by GitHub
parent a97e6eec90
commit d112b579f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11.0.14'
java-version: '11'
cache: 'maven'
- name: Build with Maven
run: mvn -B clean install -U -Pintegration

View File

@ -26,7 +26,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11.0.14'
java-version: '11'
cache: 'maven'
- name: Login to docker.io
uses: docker/login-action@v2

View File

@ -74,15 +74,15 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
registry: quay.io
- name: Set up Python 3.6
uses: actions/setup-python@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.6
python-version: 3.9
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11.0.14'
java-version: '11'
cache: 'maven'
- name: Set up environment
run: |

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11.0.14'
java-version: '11'
cache: 'maven'
- name: Cache SonarCloud packages
uses: actions/cache@v3