Skip to content

Commit 44fcbb4

Browse files
author
Michael Vasseur
committed
Prepare for testing with newest PHP version
1 parent b291368 commit 44fcbb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-contributor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1414
FPM_MAX_CHILDREN=40 \
1515
DJ_SKIP_MAKE=0 \
1616
DJ_DB_INSTALL_BARE=0 \
17-
PHPSUPPORTED="8.1 8.2 8.3" \
17+
PHPSUPPORTED="8.1 8.2 8.3 8.4" \
1818
DEFAULTPHPVERSION="8.3" \
1919
DEFAULTWEBSERVER="nginx" \
2020
APTINSTALL="apt-get install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold"

docker-gitlabci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:24.04
22
ENV DEBIAN_FRONTEND=noninteractive
3-
ENV PHPSUPPORTED="7.4 8.0 8.1 8.2"
3+
ENV PHPSUPPORTED="7.4 8.0 8.1 8.2 8.4"
44
ENV APTINSTALL="apt-get install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold"
55
RUN useradd -m domjudge
66
RUN useradd -d /nonexistent -g nogroup -s /bin/false domjudge-run-0

0 commit comments

Comments
 (0)