Skip to content

Commit

Permalink
paratest
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed Dec 2, 2024
1 parent b798284 commit 153a16c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/paratest/paratest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { skipOS } from "tests/utils";

toolInstallTest({
toolName: "paratest",
toolVersion: "7.4.3",
toolVersion: "7.6.0",
skipTestIf: skipOS(["win32"]),
});
3 changes: 2 additions & 1 deletion tools/paratest/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ tools:
- name: paratest
runtime: php
package: brianium/paratest
known_good_version: 7.4.3
# Minimum version compatible with [email protected]
known_good_version: 7.6.0
shims: [paratest]
environment:
- name: PATH
Expand Down

0 comments on commit 153a16c

Please sign in to comment.