Skip to content

Commit 374774d

Browse files
committed
ci: add memcached 1.6.22 to the test matrix
1 parent a841a11 commit 374774d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake-build-ci.gen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ jobs:
398398
continue-on-error: true
399399
strategy:
400400
matrix:
401-
memcached: ['master', '1.6.17', '1.6.9', '1.5.22', '1.5.6']
401+
memcached: ['master', '1.6.22', '1.6.17', '1.6.9', '1.5.22', '1.5.6']
402402
env:
403403
CMAKE_BUILD_TYPE: "Debug"
404404
BUILD_TESTING: "ON"

.github/workflows/cmake-build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
continue-on-error: true
123123
strategy:
124124
matrix:
125-
memcached: ['master', '1.6.17', '1.6.9', '1.5.22', '1.5.6']
125+
memcached: ['master', '1.6.22', '1.6.17', '1.6.9', '1.5.22', '1.5.6']
126126
env:
127127
CMAKE_BUILD_TYPE: "Debug"
128128
BUILD_TESTING: "ON"

0 commit comments

Comments
 (0)