Skip to content

Commit 9b8eb46

Browse files
committed
Remove PHP-8.0, fix typo
1 parent 54c7d7e commit 9b8eb46

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: "docker build -t simdjsontest -f docker_php${{ matrix.php-version }}-alpine ."
2020

2121
- name: "Show"
22-
run: "docker run --rm --env SIMDJSON_HIGH_MEMORY_TESTS=1 simdjsontest php --ri simdjson"
22+
run: "docker run --rm --env SIMDJSON_HIGH_MEMORY_TESTS=1 simdjsontest php --ri simdjson_json"
2323

2424
Ubuntu-dev:
2525
runs-on: ubuntu-latest

docker_php8.0-alpine

-29
This file was deleted.

0 commit comments

Comments
 (0)