Fix PHP version compatibility for Ubuntu environments#2
Fix PHP version compatibility for Ubuntu environments#2
Conversation
|
@drewroberts 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: drewroberts <24581081+drewroberts@users.noreply.github.com>
Co-authored-by: drewroberts <24581081+drewroberts@users.noreply.github.com>
|
@copilot this is not the issue. tests are still failing. |
You're correct - the tests are still failing, but not due to PHP version compatibility. The issue is network restrictions blocking access to GitHub API endpoints needed for Composer dependency installation. The environment is blocking URLs like:
To resolve this, the GitHub API URLs need to be added to the custom allowlist in the repository's Copilot coding agent settings (requires admin access). The PHP version change to ^8.3 was correct - the network restrictions are preventing the tests from running at all. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
The PHP version compatibility issue has been resolved by changing the requirement from ^8.4 to ^8.3. However, tests are currently blocked by network restrictions that prevent Composer from downloading dependencies from GitHub API endpoints. This requires admin access to configure the repository's Copilot coding agent allowlist settings.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.