We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62f743 commit 40a23d1Copy full SHA for 40a23d1
.github/workflows/integration-tests.yaml
@@ -11,18 +11,18 @@ jobs:
11
runs-on: ubuntu-20.04
12
strategy:
13
matrix:
14
- openshift: [v3.11.0]
+ openshift: [v3.10.0]
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v3
18
- name: Setup OpenShift
19
- uses: manusa/[email protected].4
+ uses: manusa/[email protected].5
20
with:
21
oc version: ${{ matrix.openshift }}
22
- - name: Setup Java 17
+ - name: Setup Java 21
23
uses: actions/setup-java@v3
24
25
- java-version: 17
+ java-version: 21
26
distribution: temurin
27
- name: Install and Run Integration Tests
28
run: mvn -B clean verify
0 commit comments