Skip to content

Commit 28be128

Browse files
authored
Merge pull request #5489 from vpodzime/master-f40_static_checks
Switch static checks to Fedora 40
2 parents 7c58e1b + abdc2b0 commit 28be128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/static-check/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -eE # include E so that create_image() failures bubble up to the surface
66
trap "echo FAILURE" ERR
77

88
if [ -z "$STATIC_CHECKS_FEDORA_VERSION" ]; then
9-
default_f_ver="39"
9+
default_f_ver="40"
1010
echo "No Fedora version for static checks specified, using the default (Fedora $default_f_ver)"
1111
BASE_IMG="fedora:$default_f_ver"
1212
STATIC_CHECKS_FEDORA_VERSION="$default_f_ver"

0 commit comments

Comments
 (0)