Skip to content

Commit a84adc0

Browse files
committed
ci: bump default flux-security version
Problem: flux-security 0.13.0 is installed by default in CI but flux-core now requires 0.14.0 or greater. Bump the version.
1 parent 120ed73 commit a84adc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/docker/docker-run-checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ JOBS=2
1616
MOUNT_HOME_ARGS="--volume=$HOME:$HOME -e HOME"
1717

1818
if test "$PROJECT" = "flux-core"; then
19-
FLUX_SECURITY_VERSION=0.13.0
19+
FLUX_SECURITY_VERSION=0.14.0
2020
POISON=t
2121
fi
2222

0 commit comments

Comments
 (0)