diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23815f27b..623548293 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.3 extensions: none, iconv, json, phar, tokenizer coverage: none tools: none @@ -42,7 +42,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.3 extensions: none, dom, iconv, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter coverage: none tools: none diff --git a/.phive/phars.xml b/.phive/phars.xml index 2b5f49865..925868b75 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,6 +1,6 @@ - + diff --git a/tools/php-cs-fixer b/tools/php-cs-fixer index 9a03f3e97..05d914faa 100755 Binary files a/tools/php-cs-fixer and b/tools/php-cs-fixer differ