Skip to content

Conversation

@bluvulture
Copy link
Contributor

This pull request updates the release workflow configuration in .github/workflows/release.yml to reflect new version tags for builds. The changes ensure the workflow uses updated versioning for PHP builds.

Updates to build version tags:

  • Replaced v1.3 with v1.4 for PHP 8.1 and 8.2 builds, updating the latest tag for PHP 8.1 to true.
  • Replaced v2.0 with v2.1 for PHP 8.2 builds.

@bluvulture bluvulture requested review from brusch and Copilot July 28, 2025 13:43
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates version tags in the GitHub Actions release workflow to reflect newer versions for PHP builds. The changes update the Docker image tags for various PHP runtime configurations to use more recent version numbers.

Key changes:

  • Updated v1.3 to v1.4 for both PHP 8.1 and 8.2 builds
  • Updated v2.0 to v2.1 for PHP 8.2 builds
  • Maintained the same latest-tag configuration across all updated entries

Comment on lines 31 to 32
- { tag: 'v3.6', php: '8.2', distro: bookworm, version-override: "", latest-tag: true }
- { tag: 'v3.6', php: '8.3', distro: bookworm, version-override: "", latest-tag: true }
Copy link

Copilot AI Jul 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multiple entries have latest-tag: true (lines 27, 31, and 32). Only one build configuration should typically be marked as the latest tag to avoid conflicts in Docker registry tagging.

Suggested change
- { tag: 'v3.6', php: '8.2', distro: bookworm, version-override: "", latest-tag: true }
- { tag: 'v3.6', php: '8.3', distro: bookworm, version-override: "", latest-tag: true }
- { tag: 'v3.6', php: '8.2', distro: bookworm, version-override: "", latest-tag: false }
- { tag: 'v3.6', php: '8.3', distro: bookworm, version-override: "", latest-tag: false }

Copilot uses AI. Check for mistakes.
@bluvulture bluvulture merged commit eb56935 into 4.x Jul 28, 2025
52 of 53 checks passed
@bluvulture bluvulture deleted the workflows_update branch July 28, 2025 14:52
@github-actions github-actions bot locked and limited conversation to collaborators Jul 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants