2 Commits

Author SHA1 Message Date
renovate[bot]
debb567cf0 chore(deps): update image php to v8.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-27 10:30:59 +00:00
renovate[bot]
c89bc1ae72 chore(deps): update pre-commit hook adrienverge/yamllint (v1.37.1 → v1.38.0) (#80)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-27 08:51:37 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ repos:
args: [-c, .markdownlint.json, --fix]
- repo: https://github.com/adrienverge/yamllint
rev: v1.37.1
rev: v1.38.0
hooks:
- id: yamllint

View File

@@ -1,4 +1,4 @@
FROM php:8.2-cli-alpine
FROM php:8.5-cli-alpine
# Install system dependencies
RUN apk add --no-cache \

View File

@@ -18,7 +18,7 @@ services:
# PHP 8.3 for testing compatibility
php83:
image: php:8.3-cli-alpine
image: php:8.5-cli-alpine
volumes:
- ..:/app
working_dir: /app