Skip to content

Commit 9d1ede5

Browse files
committed
- Added v1.21.4 to the wget workflow
- Added v2.6.7 to the openldap workflow
1 parent 5465457 commit 9d1ede5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/openldap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ ubuntu-latest ]
22-
openldap_ref: [ 'master', 'OPENLDAP_REL_ENG_2_5_13', 'OPENLDAP_REL_ENG_2_6_9' ]
22+
openldap_ref: [ 'master', 'OPENLDAP_REL_ENG_2_5_13', 'OPENLDAP_REL_ENG_2_6_7', 'OPENLDAP_REL_ENG_2_6_9' ]
2323
fail-fast: false
2424
runs-on: ${{ matrix.os }}
2525
container:

.github/workflows/wget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ ubuntu-latest ]
22-
wget_ref: [ 'master', 'v1.21.3', 'v1.24.5' ]
22+
wget_ref: [ 'master', 'v1.21.3', 'v1.21.4', 'v1.24.5' ]
2323
fail-fast: false
2424
runs-on: ${{ matrix.os }}
2525
container:

0 commit comments

Comments
 (0)