From d14c61d049fac0721ba96827d353599745234fe7 Mon Sep 17 00:00:00 2001 From: Tuomas Hietanen Date: Tue, 14 Jul 2026 21:43:41 +0100 Subject: [PATCH 1/2] feat(php): System.Environment --- src/fable-library-php/Environment.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/fable-library-php/Environment.php diff --git a/src/fable-library-php/Environment.php b/src/fable-library-php/Environment.php new file mode 100644 index 0000000000..a43b598319 --- /dev/null +++ b/src/fable-library-php/Environment.php @@ -0,0 +1,12 @@ + Date: Tue, 14 Jul 2026 22:32:30 +0100 Subject: [PATCH 2/2] ci: allow php scope in PR title lint --- .github/workflows/conventional-pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-pr-title.yml b/.github/workflows/conventional-pr-title.yml index 95bceb6d8e..ebe476494d 100644 --- a/.github/workflows/conventional-pr-title.yml +++ b/.github/workflows/conventional-pr-title.yml @@ -21,4 +21,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: scopes: | - (?:all|(?:js|ts|dart|python|rust|beam)(?:/(?:js|ts|dart|python|rust|beam))*) + (?:all|(?:js|ts|dart|python|rust|beam|php)(?:/(?:js|ts|dart|python|rust|beam|php))*)