6 - Relax PHP constraint to >=8.3, use 8.3 in CI
Some checks failed
CI / ci (push) Failing after 27m7s
Some checks failed
CI / ci (push) Failing after 27m7s
This commit is contained in:
parent
7982da2d60
commit
397e4b6bb0
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
uses: https://github.com/shivammathur/setup-php@v2
|
uses: https://github.com/shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.4'
|
php-version: '8.3'
|
||||||
extensions: pdo_pgsql, mbstring, xml, dom, intl
|
extensions: pdo_pgsql, mbstring, xml, dom, intl
|
||||||
coverage: pcov
|
coverage: pcov
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.4",
|
"php": ">=8.3",
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
"doctrine/doctrine-bundle": "^3.2",
|
"doctrine/doctrine-bundle": "^3.2",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue