Skip to content

Commit af231d9

Browse files
committed
Allow PHP 8 (fixes #41)
1 parent 28985d1 commit af231d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-version: ['7.3', '7.4']
15+
php-version: ['7.3', '7.4', '8.0']
1616
dependencies: ['']
1717
include:
1818
- { php-version: '7.3', dependencies: '--prefer-lowest --prefer-stable' }

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.3",
13+
"php": "^7.3 || ^8.0",
1414
"friendsofphp/php-cs-fixer": "^2.16.3",
1515
"slevomat/coding-standard": "^6.4.1",
1616
"symplify/easy-coding-standard": "^9.0.50"

0 commit comments

Comments
 (0)