Skip to content

Commit c6fae87

Browse files
Added support for PHP 8.0 (#8)
1 parent e357721 commit c6fae87

File tree

5 files changed

+555
-171
lines changed

5 files changed

+555
-171
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-20.04
77
strategy:
88
matrix:
9-
php: ['7.2', '7.3', '7.4']
9+
php: ['7.2', '7.3', '7.4', '8.0']
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212

1313
"require": {
14-
"php": "^7.2",
14+
"php": "^7.2 || ^8.0",
1515
"ext-pcre": "*",
1616
"ext-mbstring": "*",
1717

0 commit comments

Comments
 (0)