Skip to content

Commit eb6a272

Browse files
authored
PHP 8 compatibility (#30)
1 parent 9e9635d commit eb6a272

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ jobs:
1818
- "7.2"
1919
- "7.3"
2020
- "7.4"
21+
- "8.0"
2122
symfony-version:
2223
- "3.4.x"
2324
- "4.4.x"
24-
- "5.0.x"
2525
- "5.1.x"
26+
- "5.2.x"
2627

2728
steps:
2829
- name: "Checkout"

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
},
1010
"keywords": ["cron", "task", "scheduler", "symfony", "bundle"],
1111
"require": {
12-
"php": "^7.2",
13-
"symfony/framework-bundle": "^3.4|^4.4|^5.0",
14-
"symfony/console": "^3.4|^4.4|^5.0",
12+
"php": "^7.2|^8.0",
13+
"symfony/framework-bundle": "^3.4|^4.4|^5.1",
14+
"symfony/console": "^3.4|^4.4|^5.1",
1515
"dragonmantank/cron-expression": "^2.3|^3.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^8.5",
19-
"symfony/phpunit-bridge": "^5.0",
19+
"symfony/phpunit-bridge": "^5.1",
2020
"monolog/monolog": "^1.25"
2121
},
2222
"license": "MIT",

0 commit comments

Comments
 (0)