Skip to content

Commit

Permalink
Revert "PHP 8 Support (#831)"
Browse files Browse the repository at this point in the history
This reverts commit 0736268.
  • Loading branch information
driesvints committed Nov 6, 2020
1 parent 0736268 commit c005c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, 8.0]
php: [7.2, 7.3, 7.4]
laravel: [^6.0, ^7.0, ^8.0]
phpunit: [^7.5, ^8.0, ^9.0]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^7.2",
"ext-json": "*",
"ext-zip": "*",
"php-webdriver/webdriver": "^1.8.1",
Expand Down

0 comments on commit c005c11

Please sign in to comment.