Skip to content

Commit 77da2a1

Browse files
committed
Update default PHP version to 8.5 in GitHub Actions configuration
1 parent 5718321 commit 77da2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-php/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
required: false
88
type: string
99
description: the php version to use, defaults to 8.4
10-
default: '8.4'
10+
default: '8.5'
1111

1212
runs:
1313
using: composite

0 commit comments

Comments
 (0)