mirror of
https://github.com/ivuorinen/monolog-gdpr-filter.git
synced 2026-03-17 20:02:50 +00:00
Compare commits
2 Commits
d4fde461fd
...
debb567cf0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
debb567cf0 | ||
|
|
c89bc1ae72 |
@@ -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
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM php:8.2-cli-alpine
|
||||
FROM php:8.5-cli-alpine
|
||||
|
||||
# Install system dependencies
|
||||
RUN apk add --no-cache \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user