Skip to content

Commit

Permalink
[FEATURE] Symfony 6 compatibility (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHaase authored Dec 15, 2021
1 parent 1d35cb4 commit d2e9b42
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,28 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
symfony-version:
- "3.4.x"
- "4.4.x"
- "5.3.x"
- "5.4.x-dev"
- "5.4.x"
monolog-version:
- "^1.25"
- "^2.2"
include:
- php-version: "8.0"
symfony-version: "6.0.x"
monolog-version: "^1.25"
- php-version: "8.1"
symfony-version: "6.0.x"
monolog-version: "^1.25"
- php-version: "8.0"
symfony-version: "6.0.x"
monolog-version: "^2.2"
- php-version: "8.1"
symfony-version: "6.0.x"
monolog-version: "^2.2"

steps:
- name: "Checkout"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"keywords": ["cron", "task", "scheduler", "symfony", "bundle"],
"require": {
"php": "^7.2|^8.0",
"symfony/framework-bundle": "^3.4|^4.4|^5.3",
"symfony/console": "^3.4|^4.4|^5.3",
"symfony/framework-bundle": "^3.4|^4.4|^5.3|^6.0",
"symfony/console": "^3.4|^4.4|^5.3|^6.0",
"dragonmantank/cron-expression": "^2.3|^3.0"
},
"require-dev": {
Expand Down

0 comments on commit d2e9b42

Please sign in to comment.