Skip to content

Commit

Permalink
PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Jan 10, 2021
1 parent db1047f commit a1cd300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, 7.3]
php: [8.0, 7.4, 7.3]
dependency-version: [prefer-stable, prefer-lowest]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.3.0",
"php": "^7.3|^8.0",
"illuminate/support": "^8.0",
"illuminate/console": "^8.0",
"illuminate/database": "^8.0",
Expand Down

0 comments on commit a1cd300

Please sign in to comment.