mirror of
https://github.com/ivuorinen/monolog-gdpr-filter.git
synced 2026-03-19 14:03:43 +00:00
Compare commits
2 Commits
85b3bb31d1
...
193798f050
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
193798f050 | ||
|
|
97ac6b1eae |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Cache composer dependencies
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||
with:
|
||||
path: ${{ steps.composer-cache.outputs.dir }}
|
||||
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM php:8.4-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