We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a74a2 commit ff043e0Copy full SHA for ff043e0
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- php: ['7.3', '7.4']
+ php: ['7.3', '7.4', '8.0']
14
15
name: PHP ${{ matrix.php }} tests
16
composer.json
@@ -6,7 +6,7 @@
6
"homepage": "https://enqueue.forma-pro.com/",
7
"license": "MIT",
8
"require": {
9
- "php": ">=7.1",
+ "php": "^7.3|^8.0",
"enqueue/enqueue": "^0.10",
"queue-interop/queue-interop": "^0.8",
"symfony/console": "^4.3|^5",
0 commit comments