Skip to content

Commit 8033252

Browse files
authored
Merge pull request #672 from joomla-extensions/split-tests-from-joomla-5-and-joomla-6
Enhance CI workflow for Joomla version support
2 parents 7c3dccf + e5e4915 commit 8033252

File tree

4 files changed

+125
-273
lines changed

4 files changed

+125
-273
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start from the official PHP 8.2 image with Apache
2-
FROM php:8.2-apache-bookworm
2+
FROM php:8.4-apache-bookworm
33

44
# Install system dependencies, Node.js, Composer, and Cypress dependencies
55
RUN apt-get update && apt-get install -y \
@@ -54,4 +54,4 @@ RUN apt-get update && apt-get install -y \
5454
echo "upload_max_filesize = 64M" >> /usr/local/etc/php/conf.d/custom-php.ini && \
5555
echo "log_errors = On" >> /usr/local/etc/php/conf.d/custom-php.ini && \
5656
echo "error_log = /var/log/php_errors.log" >> /usr/local/etc/php/conf.d/custom-php.ini && \
57-
echo "error_reporting = E_ALL" >> /usr/local/etc/php/conf.d/custom-php.ini
57+
echo "error_reporting = E_ALL" >> /usr/local/etc/php/conf.d/custom-php.ini

.drone.yml

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)