Skip to content

Commit 3bf2892

Browse files
feat: update php version
1 parent cbbda7d commit 3bf2892

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php8-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
inputs:
66
php84Version:
77
description: 'PHP 8.4 Version'
8-
default: '8.4.3'
8+
default: '8.4.6'
99
required: true
1010
php83Version:
1111
description: 'PHP 8.3 Version'
12-
default: '8.3.16'
12+
default: '8.3.20'
1313
required: true
1414
php82Version:
1515
description: 'PHP 8.2 Version'
16-
default: '8.2.27'
16+
default: '8.2.28'
1717
required: true
1818
php81Version:
1919
description: 'PHP 8.1 Version'

0 commit comments

Comments
 (0)