Skip to content

build-master.yml - fixed composer version error for php 7.1 version#322

Merged
david-ruiz-cko merged 1 commit intomasterfrom
feature/fix-build-master-windows-flow
Mar 31, 2026
Merged

build-master.yml - fixed composer version error for php 7.1 version#322
david-ruiz-cko merged 1 commit intomasterfrom
feature/fix-build-master-windows-flow

Conversation

@david-ruiz-cko
Copy link
Copy Markdown
Contributor

This pull request updates the GitHub Actions workflow for building on PHP 7.1 on Windows. The main improvement is ensuring that the correct Composer version (2.2.24 LTS) is always used by explicitly calling it via its full path, which increases reliability for legacy PHP environments.

Workflow improvements for PHP 7.1 on Windows:

  • All Composer commands for PHP 7.1 on Windows now use an explicit path to composer.phar to guarantee the use of Composer 2.2.24, rather than relying on the system-wide Composer installation. [1] [2]
  • During dependency installation for PHP 7.1 on Windows, the workflow now explicitly uses php C:/php-7.1/composer.phar install to avoid version mismatches.…hecks

@david-ruiz-cko david-ruiz-cko requested a review from a team March 31, 2026 10:50
@sonarqubecloud
Copy link
Copy Markdown

@david-ruiz-cko david-ruiz-cko merged commit 4eb7a2c into master Mar 31, 2026
6 checks passed
@david-ruiz-cko david-ruiz-cko deleted the feature/fix-build-master-windows-flow branch March 31, 2026 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants