1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-09-05 18:53:05 +02:00

Merge branch '2.x'

This commit is contained in:
Jordi Boggiano
2024-04-12 15:36:24 +02:00
11 changed files with 24 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- php-version: "8.1"
dependencies: lowest
operating-system: ubuntu-latest
- php-version: "8.2"
- php-version: "8.4"
dependencies: highest
operating-system: ubuntu-latest
composer-options: "--ignore-platform-req=php+"
@@ -50,7 +50,7 @@ jobs:
couchdb version: '2.3.1'
- name: Run MongoDB
uses: supercharge/mongodb-github-action@1.7.0
uses: supercharge/mongodb-github-action@1.10.0
with:
mongodb-version: 5.0

View File

@@ -17,6 +17,7 @@ jobs:
matrix:
php-version:
- "8.1"
- "8.3"
steps:
- name: "Checkout"

View File

@@ -37,7 +37,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composercache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}