Skip to content

Commit 40a23d1

Browse files
committed
ci: update pipeline
Signed-off-by: Marc Nuri <[email protected]>
1 parent c62f743 commit 40a23d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
openshift: [v3.11.0]
14+
openshift: [v3.10.0]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
1818
- name: Setup OpenShift
19-
uses: manusa/[email protected].4
19+
uses: manusa/[email protected].5
2020
with:
2121
oc version: ${{ matrix.openshift }}
22-
- name: Setup Java 17
22+
- name: Setup Java 21
2323
uses: actions/setup-java@v3
2424
with:
25-
java-version: 17
25+
java-version: 21
2626
distribution: temurin
2727
- name: Install and Run Integration Tests
2828
run: mvn -B clean verify

0 commit comments

Comments
 (0)