From dfb4ca90abd3a6a552ca59aeabcbc26429271a85 Mon Sep 17 00:00:00 2001 From: smiley Date: Fri, 19 Apr 2024 10:01:03 +0200 Subject: [PATCH] :octocat: CI & dependency updates --- .gitattributes | 1 + .github/workflows/ci.yml | 5 ++--- .idea/codeStyles/Project.xml | 6 ++++++ composer.json | 6 +++--- phpunit.xml.dist | 2 +- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8add556f5..e2090ce38 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ /.build export-ignore /.github export-ignore +/.idea export-ignore /.phan export-ignore /.phpdoc export-ignore /docs export-ignore diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75eb08712..67ba4e0bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: name: "Continuous Integration" env: - PHP_EXTENSIONS: ast, fileinfo, gd, imagick, json, mbstring + PHP_EXTENSIONS: fileinfo, gd, imagick, json, mbstring PHP_INI_VALUES: memory_limit=-1, error_reporting=-1, display_errors=On jobs: @@ -40,10 +40,9 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} - extensions: ${{ env.PHP_EXTENSIONS }} + extensions: ast, ${{ env.PHP_EXTENSIONS }} ini-values: ${{ env.PHP_INI_VALUES }} coverage: none - tools: pecl - name: "Install dependencies with composer" uses: ramsey/composer-install@v3 diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index e618763df..0a882fcb2 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -295,8 +295,14 @@