Skip to content

Commit 928f92a

Browse files
committed
ci(setup-php): default php-version to 8.5
1 parent 5ef0cd9 commit 928f92a

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/actions/setup-php/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ description: Setup PHP in ZTS + debug mode with FrankenPHP's standard configurat
33
inputs:
44
php-version:
55
description: PHP version (e.g. "8.5")
6-
required: true
6+
required: false
7+
default: "8.5"
78
runs:
89
using: composite
910
steps:

.github/workflows/pgo-profile.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
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

.github/workflows/tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)