We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28985d1 commit af231d9Copy full SHA for af231d9
.github/workflows/tests.yaml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- php-version: ['7.3', '7.4']
+ php-version: ['7.3', '7.4', '8.0']
16
dependencies: ['']
17
include:
18
- { php-version: '7.3', dependencies: '--prefer-lowest --prefer-stable' }
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
"require": {
- "php": "^7.3",
+ "php": "^7.3 || ^8.0",
"friendsofphp/php-cs-fixer": "^2.16.3",
"slevomat/coding-standard": "^6.4.1",
"symplify/easy-coding-standard": "^9.0.50"
0 commit comments