Skip to content

Commit 1c65669

Browse files
committed
try on 8.5
1 parent 5438373 commit 1c65669

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: "shivammathur/setup-php@v2"
110110
with:
111111
coverage: "none"
112-
php-version: "8.3"
112+
php-version: "8.5"
113113

114114
- uses: "ramsey/composer-install@v3"
115115

build/composer-dependency-analyser.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
'symfony/polyfill-php80',
1313
'symfony/polyfill-php81',
1414
'symfony/polyfill-php83',
15+
'symfony/polyfill-php84',
16+
'symfony/polyfill-php85',
1517
];
1618

1719
$pinnedToSupportPhp72 = [

0 commit comments

Comments
 (0)