We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69fa9f commit e8bbad1Copy full SHA for e8bbad1
bin/test-releases
@@ -2,7 +2,7 @@
2
set -euo pipefail
3
4
# Test releases against the oldest and newest supported PHP versions
5
-parallel --tagstring "{1} {2}" --line-buffer '
+parallel -j "$(nproc)" --tagstring "{1} {2}" --line-buffer '
6
echo "Testing {2} with {1}"
7
PHP_PACKAGE="{1}" STATIC_DEPLOY_PACKAGE="{2}" nix flake check --impure ./dev
8
' ::: php84 php81 ::: plugin pluginWpOrg
0 commit comments