license-update: add documentation about PHP license changes (#29) RFC: https://wiki.php.net/rfc/php_license_update
Recent Commits to policies:main
-
license-update: add documentation about PHP license changes (#29)
-
Exempt adding Type and Value Errors from BC break policy (#27)
Exempt adding Type and Value Errors from BC break policy (#27) RFC: https://wiki.php.net/rfc/policy-exempt-type-value-error-bc-policy Co-authored-by: Theodore Brown <theodorejb@outlook.com>
-
Run docs.yml on Ubuntu 24.04
Run docs.yml on Ubuntu 24.04
-
Run docs.yml for all changes
Run docs.yml for all changes Restricting the workflow to run on changes to `*.rst` files only will prevent CI from catching mistakes in the workflow itself, for example on Dependabot updates.
-
Restrict docs.yml workflow permissions
Restrict docs.yml workflow permissions This workflow is not deploying anywhere and thus neither needs `id-token: write`, nor `pages: write`.
-
Fix branch filter in docs.yml workflow
Fix branch filter in docs.yml workflow