Skip to content

Commit 282d179

Browse files
authored
Update build-php.yml
1 parent 1524300 commit 282d179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
os: ["macos-13", "macos-latest", "windows-latest", "ubuntu-latest"]
5454

5555
include:
56-
- version: ${{ inputs.php_version || matrix.version }}
57-
os: ${{ inputs.operating_system || matrix.os }}
56+
- version: ${{ inputs.php_version }}
57+
os: ${{ inputs.operating_system }}
5858

5959
continue-on-error: true
6060

0 commit comments

Comments
 (0)