Skip to content

Commit 0e76920

Browse files
committed
Allow for PHP >7
1 parent ff01372 commit 0e76920

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4']
14+
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sort-packages": true
88
},
99
"require": {
10-
"php": "^7.0"
10+
"php": ">=7.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "^6.0",

0 commit comments

Comments
 (0)