commit | ac52d8dac15425f65f6e7ad4ecf776bfea1a3b18 | [log] [tgz] |
---|---|---|
author | Volodymyr Panivko <sveneld300@gmailcom> | Thu Feb 22 22:09:00 2024 +0100 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Sun Feb 25 12:22:46 2024 +0100 |
tree | 40d5bfe24068a1fef8e14e12008dd976aa27a05c | |
parent | f6927020dd0af68d9db8f2e1f4d656abcf860d8d [diff] [blame] |
[THRIFT-5758] PHP 8.2 Deprecate dynamic properties
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ed8338..b9afd50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -91,6 +91,7 @@ with: php-version: ${{ matrix.php-version }} extensions: mbstring, intl, xml + ini-values: "error_reporting=E_ALL" - name: Install Dependencies run: composer install