Skip to content

Commit

Permalink
Add support for PHP 8.0 and above (#1)
Browse files Browse the repository at this point in the history
* Enable CI with GitHub actions

* Remove composer.lock from repo
  • Loading branch information
akondas authored Aug 23, 2021
1 parent 17355f3 commit 4cd6a41
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4,135 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.0"

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.phpunit.cache
phpunit.xml
.php_cs.cache
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.4"
"php": ">=7.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.18",
Expand Down
Loading

0 comments on commit 4cd6a41

Please sign in to comment.