Skip to content

Commit 0648aec

Browse files
Merge branch '8.5' into 9.6
2 parents e792daf + 7eee5e5 commit 0648aec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: 8.2
28+
php-version: 8.3
2929
extensions: none, iconv, json, phar, tokenizer
3030
coverage: none
3131
tools: none
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install PHP
4646
uses: shivammathur/setup-php@v2
4747
with:
48-
php-version: 8.2
48+
php-version: 8.3
4949
extensions: none, ctype, curl, date, dom, json, libxml, mbstring, phar, simplexml, soap, tokenizer, xml, xmlwriter, zlib
5050
coverage: none
5151
tools: none
@@ -171,7 +171,7 @@ jobs:
171171
- name: Install PHP with extensions
172172
uses: shivammathur/setup-php@v2
173173
with:
174-
php-version: 8.2
174+
php-version: 8.3
175175
coverage: pcov
176176
extensions: none, curl, dom, json, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
177177
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
@@ -207,7 +207,7 @@ jobs:
207207
- name: Install PHP with extensions
208208
uses: shivammathur/setup-php@v2
209209
with:
210-
php-version: 8.2
210+
php-version: 8.3
211211
coverage: none
212212
extensions: ${{ env.PHP_EXTENSIONS }}
213213
ini-values: ${{ env.PHP_INI_VALUES }}

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
33
<phar name="phpab" version="^1.25" installed="1.29.0" location="./tools/phpab" copy="true"/>
4-
<phar name="php-cs-fixer" version="^3.0" installed="3.39.0" location="./tools/php-cs-fixer" copy="true"/>
4+
<phar name="php-cs-fixer" version="^3.0" installed="3.40.0" location="./tools/php-cs-fixer" copy="true"/>
55
<phar name="psalm" version="^5.0" installed="5.16.0" location="./tools/psalm" copy="true"/>
66
<phar name="humbug/php-scoper" version="^0.18.1" installed="0.18.9" location="./tools/php-scoper" copy="true"/>
77
<phar name="composer" version="^2.0.3" installed="2.6.5" location="./tools/composer" copy="true"/>

tools/php-cs-fixer

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)