Skip to content

Commit

Permalink
Update build-php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp authored Nov 26, 2024
1 parent 1524300 commit 282d179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
os: ["macos-13", "macos-latest", "windows-latest", "ubuntu-latest"]

include:
- version: ${{ inputs.php_version || matrix.version }}
os: ${{ inputs.operating_system || matrix.os }}
- version: ${{ inputs.php_version }}
os: ${{ inputs.operating_system }}

continue-on-error: true

Expand Down

0 comments on commit 282d179

Please sign in to comment.