Skip to content

Commit d9e2372

Browse files
authored
Merge pull request #20 from palmsoftware/419_enable
Add explicit 4.19 testing
2 parents d93479a + d820236 commit d9e2372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-24.04, ubuntu-22.04]
14-
ocp: [4.17, 4.18, latest]
14+
ocp: [4.17, 4.18, 4.19, latest]
1515
runs-on: ${{ matrix.os }}
1616
env:
1717
SHELL: /bin/bash

.github/workflows/pre-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-24.04, ubuntu-22.04]
16-
ocp: [4.17, 4.18, latest]
16+
ocp: [4.17, 4.18, 4.19, latest]
1717
runs-on: ${{ matrix.os }}
1818
env:
1919
SHELL: /bin/bash

0 commit comments

Comments
 (0)