Skip to content

Commit

Permalink
Add runner info
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Zamroni <[email protected]>
  • Loading branch information
matriphe committed Oct 7, 2023
1 parent 8db70e0 commit ebdafe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,19 +236,19 @@ vendor/bin/phpunit --group unit

On the GitHub Actions, the tests run on the respective operating system, which are `ubuntu`, `macos`, and `windows`.

To run the **Ubuntu** specific test on Ubuntu, run this following command.
To run the tests on [**Ubuntu 22.04 (Jammy)**](https://github.com/actions/runner-images/blob/23ff0d746804fc3c0ac7f961f2fbca953824c775/images/linux/Ubuntu2204-Readme.md), run this following command.

```shell
vendor/bin/phpunit --group ubuntu
```

To run the **MacOS** specific test on MacOS, run this following command.
To run the tests on [**macOS Big Sur (11)**](https://github.com/actions/runner-images/blob/23ff0d746804fc3c0ac7f961f2fbca953824c775/images/macos/macos-11-Readme.md) and [**macOS Monterey (12)**](https://github.com/actions/runner-images/blob/23ff0d746804fc3c0ac7f961f2fbca953824c775/images/macos/macos-12-Readme.md) on x86_64, run this following command.

```shell
vendor/bin/phpunit --group macos
```

To run the **Windows** specific test on Windows, run this following command.
To run the tests on [**Windows Server 2019)**](https://github.com/actions/runner-images/blob/23ff0d746804fc3c0ac7f961f2fbca953824c775/images/win/Windows2019-Readme.md), run this following command.

```shell
vendor/bin/phpunit --group windows
Expand Down

0 comments on commit ebdafe4

Please sign in to comment.