Skip to content

Commit

Permalink
Compatibility with Monolog 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
loyating authored Mar 29, 2023
1 parent 708891d commit 32ed193
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 1,847 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0']
php: ['8.1']
dependencies: ['', '--prefer-lowest --prefer-stable']
steps:
- name: Checkout
uses: actions/[email protected]
- uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php }}
- name: Remove Composer lockfile
run: rm composer.lock
- name: Install dependencies
run: composer update --no-interaction --prefer-dist ${{ matrix.dependencies }}
- name: Configure PHPUnit problem matchers
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor
composer.lock
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^8.1",
"bramus/ansi-php": "^3.0.3"
},
"require-dev": {
"monolog/monolog": "~2.0",
"phpunit/phpunit": "~7.0|^9.4"
"monolog/monolog": "~3.0",
"phpunit/phpunit": "~9.6"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 32ed193

Please sign in to comment.