Skip to content

Comments

Align CI workflow PHP version with Dockerfile#15

Merged
makomweb merged 2 commits intonextfrom
copilot/sub-pr-10-one-more-time
Jan 25, 2026
Merged

Align CI workflow PHP version with Dockerfile#15
makomweb merged 2 commits intonextfrom
copilot/sub-pr-10-one-more-time

Conversation

Copy link
Contributor

Copilot AI commented Jan 25, 2026

The CI workflow tested with PHP 8.4 while the Dockerfile used PHP 8.2, creating environment inconsistency.

Changes

  • Updated .github/workflows/app-ci.yaml to use PHP 8.2 in the test matrix

Both environments now use the minimum supported version (composer.json requires ^8.2), ensuring compatibility issues are caught consistently across local development and CI.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: makomweb <1567373+makomweb@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 25, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

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:

  • pecl.php.net
    • Triggering command: /usr/local/bin/php /usr/local/bin/php -C -q -d include_path=/usr/local/lib/php -d date.timezone=UTC -d output_buffering=1 -d variables_order=EGPCS -d safe_mode=0 -d register_argc_argv=On /usr/local/lib/php/peclcmd.php install xdebug ndor/bin/bash /bin/bash (dns block)
    • Triggering command: /usr/local/bin/php /usr/local/bin/php -C -q -d include_path=/usr/local/lib/php -d date.timezone=UTC -d output_buffering=1 -d variables_order=EGPCS -d safe_mode=0 -d register_argc_argv=On /usr/local/lib/php/peclcmd.php search xdebug .d/chrony-onofflrm -f ext/opcache/jit/ir/ir_fold_hash.h /usr/bin/sed (dns block)
    • Triggering command: /usr/local/bin/php /usr/local/bin/php -C -q -d include_path=/usr/local/lib/php -d date.timezone=UTC -d output_buffering=1 -d variables_order=EGPCS -d safe_mode=0 -d register_argc_argv=On /usr/local/lib/php/peclcmd.php install xdebug _FILE_OFFSET_BIT \ strip --strip-all &#34;$@&#34; || : u/14/cc1 (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] WIP Address feedback from report generation CLI command PR Align CI workflow PHP version with Dockerfile Jan 25, 2026
Copilot AI requested a review from makomweb January 25, 2026 14:54
@makomweb makomweb marked this pull request as ready for review January 25, 2026 15:10
@makomweb makomweb merged commit 3ff02a9 into next Jan 25, 2026
@makomweb makomweb deleted the copilot/sub-pr-10-one-more-time branch January 25, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants