Skip to content

Commit 8b8bfca

Browse files
authored
Add 8.5 to php versions array (#944)
1 parent 352194d commit 8b8bfca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/Providers/ServiceTypeServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ private function php(): void
177177
->label('PHP')
178178
->handler(PHP::class)
179179
->versions([
180+
'8.5',
180181
'8.4',
181182
'8.3',
182183
'8.2',

0 commit comments

Comments
 (0)