Skip to content

Conversation

@owenvoke
Copy link
Member

@owenvoke owenvoke commented Oct 3, 2025

PHP 8.4 is the minimum PHP version in our apps, it makes sense to bump to this version.

@owenvoke owenvoke requested a review from Copilot October 3, 2025 10:59
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

Updates the minimum PHP version requirement from 8.2/8.3 to 8.4 across the project to align with the organization's standardized PHP version.

  • Updated PHP version constraints in dependency management
  • Updated Docker base image to use PHP 8.4
  • Updated GitHub Actions workflows to use PHP 8.4

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
docker/Dockerfile Updates Docker base image from php:8.2-cli-alpine to php:8.4-cli-alpine
composer.json Updates PHP version constraint from ^8.2 to ^8.4
.github/workflows/static.yml Updates PHP version in static analysis workflow from 8.3 to 8.4
.github/workflows/main.yml Updates PHP version in main workflow from 8.3 to 8.4

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@owenvoke owenvoke merged commit 83d3f85 into main Oct 3, 2025
6 checks passed
@owenvoke owenvoke deleted the feature/php-8.4 branch October 3, 2025 11:01
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