Skip to content

Commit ff043e0

Browse files
committed
Add php 8 to packages' build matrices; normalize composer reqs
1 parent c3a74a2 commit ff043e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4']
13+
php: ['7.3', '7.4', '8.0']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://enqueue.forma-pro.com/",
77
"license": "MIT",
88
"require": {
9-
"php": ">=7.1",
9+
"php": "^7.3|^8.0",
1010
"enqueue/enqueue": "^0.10",
1111
"queue-interop/queue-interop": "^0.8",
1212
"symfony/console": "^4.3|^5",

0 commit comments

Comments
 (0)