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:
4
.github/workflows/continuous-integration.yml
vendored
4
.github/workflows/continuous-integration.yml
vendored
@@ -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
|
||||
|
||||
|
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@@ -17,6 +17,7 @@ jobs:
|
||||
matrix:
|
||||
php-version:
|
||||
- "8.1"
|
||||
- "8.3"
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
|
2
.github/workflows/phpstan.yml
vendored
2
.github/workflows/phpstan.yml
vendored
@@ -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') }}
|
||||
|
Reference in New Issue
Block a user