File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
run : " docker build -t simdjsontest -f docker_php${{ matrix.php-version }}-alpine ."
20
20
21
21
- name : " Show"
22
- run : " docker run --rm --env SIMDJSON_HIGH_MEMORY_TESTS=1 simdjsontest php --ri simdjson_json "
22
+ run : " docker run --rm --env SIMDJSON_HIGH_MEMORY_TESTS=1 simdjsontest php --ri simdjson_plus "
23
23
24
24
Ubuntu-dev :
25
+ name : " Ubuntu (dev)"
25
26
runs-on : ubuntu-latest
26
27
steps :
27
28
- name : " Checkout"
42
43
os : [ubuntu-latest]
43
44
experimental : [false]
44
45
runs-on : ${{ matrix.os }}
45
- name : PHP ${{ matrix.php-version }} Test on ${{ matrix.os }}
46
46
continue-on-error : ${{ matrix.experimental }}
47
47
steps :
48
48
- name : " Checkout"
83
83
echo
84
84
done
85
85
86
- Macos :
86
+ macOS :
87
87
runs-on : macos-latest
88
88
continue-on-error : false
89
89
strategy :
You can’t perform that action at this time.
0 commit comments