File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ description: Setup PHP in ZTS + debug mode with FrankenPHP's standard configurat
33inputs :
44 php-version :
55 description : PHP version (e.g. "8.5")
6- required : true
6+ required : false
7+ default : " 8.5"
78runs :
89 using : composite
910 steps :
Original file line number Diff line number Diff line change 3737 # workflow needs to push a branch via git push (mirrors translate.yaml).
3838 - uses : ./.github/actions/setup-go
3939 - uses : ./.github/actions/setup-php
40- with :
41- php-version : " 8.5"
4240 - name : Install e-dant/watcher
4341 uses : ./.github/actions/watcher
4442 - name : Set CGO flags
Original file line number Diff line number Diff line change @@ -141,8 +141,6 @@ jobs:
141141 persist-credentials : false
142142 - uses : ./.github/actions/setup-go
143143 - uses : ./.github/actions/setup-php
144- with :
145- php-version : " 8.5"
146144 - name : Install gotestsum
147145 run : go install gotest.tools/gotestsum@latest
148146 - name : Set CGO flags
You can’t perform that action at this time.
0 commit comments