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 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_json "
22+ run : " docker run --rm --env SIMDJSON_HIGH_MEMORY_TESTS=1 simdjsontest php --ri simdjson_plus "
2323
2424 Ubuntu-dev :
25+ name : " Ubuntu (dev)"
2526 runs-on : ubuntu-latest
2627 steps :
2728 - name : " Checkout"
4243 os : [ubuntu-latest]
4344 experimental : [false]
4445 runs-on : ${{ matrix.os }}
45- name : PHP ${{ matrix.php-version }} Test on ${{ matrix.os }}
4646 continue-on-error : ${{ matrix.experimental }}
4747 steps :
4848 - name : " Checkout"
8383 echo
8484 done
8585
86- Macos :
86+ macOS :
8787 runs-on : macos-latest
8888 continue-on-error : false
8989 strategy :
You can’t perform that action at this time.
0 commit comments