mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 07:15:38 +08:00
update README
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -5,12 +5,14 @@ on:
|
||||
inputs:
|
||||
operating-system:
|
||||
required: true
|
||||
description: Compile target OS
|
||||
type: choice
|
||||
options:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
version:
|
||||
required: true
|
||||
description: php version to compile
|
||||
default: '8.2'
|
||||
type: choice
|
||||
options:
|
||||
@@ -20,6 +22,7 @@ on:
|
||||
- '7.4'
|
||||
target:
|
||||
required: true
|
||||
description: which SAPI to deploy
|
||||
default: 'cli'
|
||||
type: choice
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user