Skip to content

Commit 0fcbe35

Browse files
committed
Fix typo in tools-in-path skipping
Should be 44, not 34.
1 parent a3c1368 commit 0fcbe35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools-in-path/test.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"cleanup": true,
88
"skipWhen": [
99
"vmr-ci", // tools PATH not configured (tar.gz build)
10-
"os=fedora.34", // Fedora packages stopped updating PATH with 44
11-
"os=fedora.35"
10+
"os=fedora.44", // Fedora packages stopped updating PATH with 44
11+
"os=fedora.45"
1212
],
1313
"ignoredRIDs": [
1414
]

0 commit comments

Comments
 (0)