Update workflows, add php 8.4

This commit is contained in:
crazywhalecc
2024-11-22 15:25:55 +08:00
parent 6598ddec55
commit 5e4b266dfc
6 changed files with 10 additions and 4 deletions

View File

@@ -6,9 +6,10 @@ on:
version:
required: true
description: php version to compile
default: '8.2'
default: '8.3'
type: choice
options:
- '8.4'
- '8.3'
- '8.2'
- '8.1'