Skip to content

Commit 42f5170

Browse files
author
itismadness
committed
Mark as php 8.0 compatible
1 parent 917cf86 commit 42f5170

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

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.2', '7.3', '7.4']
15+
php-version: ['7.2', '7.3', '7.4', '8.0']
1616

1717
steps:
1818
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "^7.2"
18+
"php": ">=7.2"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^8",

0 commit comments

Comments
 (0)