1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
Michael Voříšek 7db647dd99 Verify bundled PCRE2 in CI
Closes GH-20354
2025-11-12 18:23:01 +01:00

17 lines
542 B
YAML

name: Verify generated files are up to date
runs:
using: composite
steps:
- shell: bash
run: |
set -ex
[[ "$OSTYPE" == "darwin"* ]] && export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
scripts/dev/credits
scripts/dev/genfiles
scripts/gdb/debug_gdb_scripts_gen.php
Zend/zend_vm_gen.php
ext/tokenizer/tokenizer_data_gen.php
build/gen_stub.php -f --generate-optimizer-info --verify
ext/phar/makestub.php
.github/scripts/test-directory-unchanged.sh .