Skip to content

Conversation

@qisthidev
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings January 2, 2026 18:29
@qisthidev qisthidev merged commit 86244e1 into main Jan 2, 2026
5 of 18 checks passed
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 PR adds a new fullstack-fp Docker variant with FrankenPHP support and extends PHP version support to 8.5 across the build workflows.

Key Changes:

  • Introduces new fullstack-fp Docker image variant based on FrankenPHP
  • Adds PHP 8.5 to the build matrix for both standard and FrankenPHP workflows
  • Removes older PHP versions (7.4, 8.0, 8.1, 8.2) from the standard workflow matrix

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/fullstack-fp/Dockerfile New Dockerfile for fullstack-fp variant using FrankenPHP base image with Node.js, Bun, and SonarScanner
src/fullstack-fp/shell/bashrc Bash configuration file with common aliases and safety features
src/fullstack-fp/shell/aliases.sh Laravel/PHP Artisan convenience aliases for development
.github/workflows/service_docker-build-and-publish.yml Updated PHP version matrix to include 8.3, 8.4, and 8.5 only
.github/workflows/service_docker-build-and-publish-franken.yml Added PHP 8.5 to FrankenPHP build matrix
.github/workflows/publish-docker.yml Added fullstack-fp job to stable release workflow
.github/workflows/publish-docker-beta.yml Added fullstack-fp job to beta release workflow

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

COPY shell/aliases.sh /var/www/.aliases.sh

# Copy shell configuration
COPY shell/bashrc /root/.sh
Copy link

Copilot AI Jan 2, 2026

Choose a reason for hiding this comment

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

The file path appears to be incorrect. The target path is /root/.sh but should likely be /root/.bashrc to match the naming convention and the corresponding www-data user configuration on line 67.

Suggested change
COPY shell/bashrc /root/.sh
COPY shell/bashrc /root/.bashrc

Copilot uses AI. Check for mistakes.
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