History log of /php-src/.github/actions/verify-generated-files/action.yml (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 46b6ad6d 16-Apr-2024 Arnaud Le Blanc

Inline GDB scripts in the PHP binary (#13600)

This inlines .gdbinit and php_gdb.py in the .debug_gdb_scripts section of the PHP binary so that GDB can auto-load them regardless of the curren

Inline GDB scripts in the PHP binary (#13600)

This inlines .gdbinit and php_gdb.py in the .debug_gdb_scripts section of the PHP binary so that GDB can auto-load them regardless of the current directory or the availability of the PHP source code (albeit some functionalities of php_gdb.py currently rely on the source being available).

show more ...


# 577db994 13-Mar-2024 Máté Kocsis

Verify stub aliases in CI (#13682)

In the same time, let's not verify implementation aliases since they may now legitimately differ from their aliased function/method counterparts (think abo

Verify stub aliases in CI (#13682)

In the same time, let's not verify implementation aliases since they may now legitimately differ from their aliased function/method counterparts (think about the ext/dom refactoring where e.g. many return type declarations have changed). Additionally, unnecessary `@no-verify` tags are cleaned up.

show more ...


# d8aa6e45 02-Feb-2024 Shivam Mathur

Add macos-14 to the push and nightly workflows (#13299)

* Add macos-14 to the push workflow

* Remove hardcoded brew path in configure-macos action

* Include architecture in

Add macos-14 to the push and nightly workflows (#13299)

* Add macos-14 to the push workflow

* Remove hardcoded brew path in configure-macos action

* Include architecture in macos job name

* Add os to ccache-action in macos job

* Add libsodium in brew action

Since we build with the configuration option --with-sodium, adding libsodium to make sure it is installed

* Add fail-fast to macos matrix

* Add macos-14 to the nightly workflow

* Fix adding bison to PATH in workflows

* Fix architecture

* Use version to compare in nightly_matrix.php

* Make sure test-macos artifacts have unique name

* Update .github/nightly_matrix.php

Co-authored-by: Ilija Tovilo <ilija.tovilo@me.com>

---------

Co-authored-by: Ilija Tovilo <ilija.tovilo@me.com>

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