We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbda7d commit 3bf2892Copy full SHA for 3bf2892
.github/workflows/php8-release.yml
@@ -5,15 +5,15 @@ on:
5
inputs:
6
php84Version:
7
description: 'PHP 8.4 Version'
8
- default: '8.4.3'
+ default: '8.4.6'
9
required: true
10
php83Version:
11
description: 'PHP 8.3 Version'
12
- default: '8.3.16'
+ default: '8.3.20'
13
14
php82Version:
15
description: 'PHP 8.2 Version'
16
- default: '8.2.27'
+ default: '8.2.28'
17
18
php81Version:
19
description: 'PHP 8.1 Version'
0 commit comments