You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Build a PHP extension for a specific version.
78
78
- `build-directory`(optional) - The directory to build the extension in, defaults to the user's temporary directory.
79
79
- `run-tests`(optional) - Run the extension tests. Defaults to `true`.
80
80
- `test-runner`(optional) - The test runner to use. Defaults to `run-tests.php`.
81
-
- `test-opcache-mode`(optional) - Run tests with opcache `on`, `off` or `both`. Defaults to `on`.
81
+
- `test-opcache-mode`(optional) - Run tests with opcache `on`, `off` or `both`. Defaults to `off`.
82
82
- `auth-token`(optional) - Authentication token to use in case the extension is hosted on a private repository.
83
83
84
84
Instead of having to configure all the inputs for the extension action, you can use the `extension-matrix` action to get the matrix of jobs with different input configurations.
0 commit comments