Skip to content

Commit 3a3931a

Browse files
committed
Allow installing Monolog 3, and run test suite with it
1 parent 671482e commit 3a3931a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- php: '7.4'
1919
deps: lowest
2020
deprecations: max[self]=0
21+
- php: '8.1'
22+
deps: highest
23+
monolog: '3.*'
2124
steps:
2225
- name: Checkout
2326
uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
2222
"symfony/config": "~4.4 || ^5.0 || ^6.0",
2323
"symfony/http-kernel": "~4.4 || ^5.0 || ^6.0",
24-
"monolog/monolog": "~1.22 || ~2.0"
24+
"monolog/monolog": "^1.22 || ^2.0 || ^3.0"
2525
},
2626
"require-dev": {
2727
"symfony/yaml": "~4.4 || ^5.0 || ^6.0",

0 commit comments

Comments
 (0)