We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5438373 commit 1c65669Copy full SHA for 1c65669
.github/workflows/lint.yml
@@ -109,7 +109,7 @@ jobs:
109
uses: "shivammathur/setup-php@v2"
110
with:
111
coverage: "none"
112
- php-version: "8.3"
+ php-version: "8.5"
113
114
- uses: "ramsey/composer-install@v3"
115
build/composer-dependency-analyser.php
@@ -12,6 +12,8 @@
12
'symfony/polyfill-php80',
13
'symfony/polyfill-php81',
14
'symfony/polyfill-php83',
15
+ 'symfony/polyfill-php84',
16
+ 'symfony/polyfill-php85',
17
];
18
19
$pinnedToSupportPhp72 = [
0 commit comments