Skip to content

Commit

Permalink
[CHANGE] Updated dependency requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHaase committed Dec 6, 2023
1 parent d971436 commit 2ad1afc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 28 deletions.
33 changes: 12 additions & 21 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,23 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
symfony-version:
- "3.4.x"
- "4.4.x"
- "5.3.x"
- "5.4.x"
- "6.4.x"
- "7.0.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"
- "^2.9"
exclude:
- php-version: "7.4"
symfony-version: "6.4.x"
- php-version: "7.4"
symfony-version: "7.0.x"
- php-version: "8.1"
symfony-version: "7.0.x"

steps:
- name: "Checkout"
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"keywords": ["cron", "task", "scheduler", "symfony", "bundle"],
"require": {
"php": "^7.2|^8.0",
"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"
"php": "^7.4|^8.1",
"symfony/framework-bundle": "^5.4|^6.4|^7.0",
"symfony/console": "^5.3|^6.4|^7.0",
"dragonmantank/cron-expression": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"symfony/phpunit-bridge": "^5.3",
"monolog/monolog": "^1.25|^2.2"
"phpunit/phpunit": "^9.6",
"symfony/phpunit-bridge": "^6.4",
"monolog/monolog": "^2.9"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 2ad1afc

Please sign in to comment.