We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
pact-foundation/pact-php#497
(in fact lots of recent runs) which use this, error when trying to setup php
Version
v1
v2
Runners
Operating systems
MacOS, ARM
PHP versions
8.1, 8.2, 8.3
To Reproduce
name: Code Analysis & Test on: push: test: runs-on: macos-14 steps: - uses: actions/checkout@v4 name: Checkout repository - name: Setup PHP uses: shivammathur/setup-php@v2 with: extensions: sockets, curl, zip, ffi php-version: 8.2 coverage: none env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expected behavior
No warnings about dylib
Screenshots/Logs
https://github.com/pact-foundation/pact-php/actions/runs/8074546373/job/22060026690?pr=494
Additional context
As your job passes, I never thought about it twice, but looking at the logs, it seems to be the root cause.
Are you willing to submit a PR?
If it stays open long enough. Watching failing builds is making my eye twitch
From pact-foundation/pact-php#497
The text was updated successfully, but these errors were encountered:
Fixed in 2.30.0.
Please try running the workflow again.
Sorry, something went wrong.
Fixed, thanks https://github.com/pact-foundation/pact-php/actions/runs/8106412833/job/22156308207?pr=501
I'm so curious looking at that non-build script change in how it fixed this 😂 . Found it
4f6ab99 this is the actual commit I think. So homebrew must have been a bit messed up, simplifying fixed.
shivammathur
No branches or pull requests
Describe the bug
pact-foundation/pact-php#497
(in fact lots of recent runs) which use this, error when trying to setup php
Version
v1
orv2
.v2
v1
(no data)Runners
Operating systems
MacOS, ARM
PHP versions
8.1, 8.2, 8.3
To Reproduce
Expected behavior
No warnings about dylib
Screenshots/Logs
https://github.com/pact-foundation/pact-php/actions/runs/8074546373/job/22060026690?pr=494
Additional context
As your job passes, I never thought about it twice, but looking at the logs, it seems to be the root cause.
Are you willing to submit a PR?
If it stays open long enough. Watching failing builds is making my eye twitch
From pact-foundation/pact-php#497
The text was updated successfully, but these errors were encountered: