We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3ecae commit 729fabaCopy full SHA for 729faba
.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,10 +6,10 @@
6
"homepage": "https://enqueue.forma-pro.com/",
7
"license": "MIT",
8
"require": {
9
- "php": "^7.1.3"
+ "php": "^7.3|^8.0"
},
"require-dev": {
- "phpunit/phpunit": "~7.5"
+ "phpunit/phpunit": "^9.5"
"support": {
"email": "opensource@forma-pro.com",
0 commit comments