We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c7d7e commit 9b8eb46Copy full SHA for 9b8eb46
.github/workflows/integration.yml
@@ -19,7 +19,7 @@ jobs:
19
run: "docker build -t simdjsontest -f docker_php${{ matrix.php-version }}-alpine ."
20
21
- name: "Show"
22
- run: "docker run --rm --env SIMDJSON_HIGH_MEMORY_TESTS=1 simdjsontest php --ri simdjson"
+ run: "docker run --rm --env SIMDJSON_HIGH_MEMORY_TESTS=1 simdjsontest php --ri simdjson_json"
23
24
Ubuntu-dev:
25
runs-on: ubuntu-latest
docker_php8.0-alpine
0 commit comments