Skip to content

Commit 56da8d4

Browse files
authored
Merge pull request #3 from mrsuh/tests
Tests
2 parents b4ab2c3 + ab8505b commit 56da8d4

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- "7.4"
1616
- "8.0"
1717
- "8.1"
18+
- "8.2"
1819
operating-system:
1920
- "ubuntu-latest"
2021

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ PHP 8.1.2 Linux(x86_64)
9696

9797
### How to reproduce a table of numbers above
9898
```bash
99-
git clone git@github.com:mrsuh/php-var-sizeof.git && cd php-var-sizeof
99+
git clone --recurse-submodules git@github.com:mrsuh/php-var-sizeof.git && cd php-var-sizeof
100100
composer install
101101
docker build -t image-php-var-sizeof .
102102
docker run -it --rm --name my-running-script -v "$PWD":/app image-php-var-sizeof php bin/render-table.php

library/ffi.h

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)