Skip to content

Commit 115dc20

Browse files
committed
Allow development with PHP85
1 parent a3078e9 commit 115dc20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-contributor/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ 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 8.4" \
18-
DEFAULTPHPVERSION="8.4" \
17+
PHPSUPPORTED="8.1 8.2 8.3 8.4 8.5" \
18+
DEFAULTPHPVERSION="8.5" \
1919
DEFAULTWEBSERVER="nginx" \
2020
APTINSTALL="apt-get install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold"
2121

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 8.4"
3+
ENV PHPSUPPORTED="7.4 8.0 8.1 8.2 8.4 8.5"
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)