Skip to content

Commit

Permalink
Merge pull request #9 from BedrockStreaming/feat/allow-sf6
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecool authored Dec 9, 2021
2 parents 371c277 + 2ac2fc6 commit 1328df8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on: [push]
jobs:
tests:
name: Tests
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
version: ['7.1', 7.2', '7.3', '7.4', '8.0']
version: ['7.4', '8.0', '8.1']
flags: ['', '--prefer-lowest']
fail-fast: false
steps:
- uses: actions/checkout@master
- uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MonologExtraBundle [![Build Status](https://travis-ci.org/M6Web/MonologExtraBundle.svg?branch=master)](https://travis-ci.org/M6Web/MonologExtraBundle)
# MonologExtraBundle [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FBedrockStreaming%2FMonologExtraBundle%2Fbadge%3Fref%3Dmaster&style=flat)](https://actions-badge.atrox.dev/BedrockStreaming/MonologExtraBundle/goto?ref=master)

Provide extra features for Monolog.

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
}
],
"require": {
"php": ">=7.1",
"symfony/framework-bundle": "~4.2 || ~5.0",
"php": ">=7.4",
"symfony/framework-bundle": "~4.4 || ~5.0 || ~6.0",
"symfony/monolog-bundle": "~3.0",
"symfony/expression-language": "~4.2 || ~5.0"
"symfony/expression-language": "~4.4 || ~5.0 || ~6.0"
},
"require-dev": {
"atoum/atoum": "~3.4 || ~4.0",
"symfony/yaml": "~4.2 || ~5.0"
"symfony/yaml": "~4.4 || ~5.0 || ~6.0"
},
"autoload": {
"psr-0": { "": "src/" }
Expand Down

0 comments on commit 1328df8

Please sign in to comment.