Skip to content

Commit

Permalink
Allow installing Monolog 3, and run test suite with it
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed May 10, 2022
1 parent 671482e commit 3a3931a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -18,6 +18,9 @@ jobs:
- php: '7.4'
deps: lowest
deprecations: max[self]=0
- php: '8.1'
deps: highest
monolog: '3.*'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
"symfony/config": "~4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "~4.4 || ^5.0 || ^6.0",
"monolog/monolog": "~1.22 || ~2.0"
"monolog/monolog": "^1.22 || ^2.0 || ^3.0"
},
"require-dev": {
"symfony/yaml": "~4.4 || ^5.0 || ^6.0",
Expand Down

0 comments on commit 3a3931a

Please sign in to comment.