We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ef5cf9 + ba250b4 commit 69a0a83Copy full SHA for 69a0a83
.github/workflows/ci.yml
@@ -67,7 +67,9 @@ jobs:
67
68
- run: ./pkgm.ts i hyperfine@1.18
69
- run: ./pkgm.ts outdated | grep hyperfine
70
+ - run: if pkgx semverator satisfies '>=1.19' "$(hyperfine --version | cut -f 2 -d ' ')"; then false; fi
71
- run: ./pkgm.ts update
72
+ - run: pkgx semverator satisfies '>=1.19' "$(hyperfine --version | cut -f 2 -d ' ')"
73
74
# TODO pending: https://github.com/pkgxdev/pantry/issues/8487
75
# - run: ./pkgm.ts i xpra.org # https://github.com/pkgxdev/pkgm/issues/13
0 commit comments