Skip to content

Commit

Permalink
Update Docker php || Update Installer PHP version check (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
1day2die authored Nov 25, 2024
2 parents 23e87fe + 3462fbc commit b033fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/standalone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-fpm
FROM php:8.3-fpm

# Install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion public/installer/src/functions/environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function checkExtensions(): array

$requirements = [
'minPhp' => '8.2',
'maxPhp' => '8.4', // This version is not supported
'maxPhp' => '8.5', // This version is not supported
'mysql' => '5.7.22',
];

Expand Down

0 comments on commit b033fdd

Please sign in to comment.