History log of /PHP-8.3/.github/actions/verify-generated-files/action.yml (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9be52dcd 12-Aug-2024 Ilija Tovilo

Fix git check in verify generated files (GH-15363)

Git 2.46.0 accidentally broke git diff --exit-code for files flagged with -diff.
Add the -a flag to restore the previous behavior. This

Fix git check in verify generated files (GH-15363)

Git 2.46.0 accidentally broke git diff --exit-code for files flagged with -diff.
Add the -a flag to restore the previous behavior. This issue is already fixed in
gits next branch.

show more ...


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23, php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3, php-8.2.0beta2, php-8.1.9, php-8.0.22
# 59d257d1 01-Aug-2022 Máté Kocsis

Declare ext/tokenizer constants in stubs (#9148)


# b5ab0e06 21-Jul-2022 Ilija Tovilo

Assert all test files are cleaned up in CI (#8977)

Closes GH-8427


Revision tags: php-8.1.9RC1
# 2e404959 19-Jul-2022 Tim Düsterhus

Add scripts/dev/credits to 'verify-generated-files' action (#9049)

see 3292e54d8cce7134ace532ed265ca910491e6bf1


Revision tags: php-8.2.0beta1, php-8.0.22RC1, php-8.0.21, php-8.1.8, php-8.2.0alpha3, php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1
# 3f7ec69b 12-Jun-2022 Ilija Tovilo

Collapse more generated files in PRs (#8754)

* The generated VM files
* tokenizer_data.c


Revision tags: php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30
# 0c3b411c 01-Jun-2022 Máté Kocsis

Verify if generated func info is up-to-date


Revision tags: php-8.1.7RC1, php-8.0.20RC1, php-8.1.6, php-8.0.19, php-8.1.6RC1, php-8.0.19RC1
# 1dc6dba0 21-Apr-2022 Ilija Tovilo

Only check tracked files in verify-generated-files


Revision tags: php-8.0.18, php-8.1.5, php-7.4.29
# 36de002c 02-Apr-2022 Michael Voříšek

Verify generated files are up to date in CI

Closes GH-8295