Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Add php8
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanos committed Jul 12, 2021
1 parent 4b10c46 commit 0270bd1
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 @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php: [7.4]
php: [7.4, 8.0]
laravel: [^8.0]

name: P${{ matrix.php }} - L${{ matrix.laravel }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"wingly"
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"illuminate/database": "^8.0",
"illuminate/support": "^8.0",
"guzzlehttp/guzzle": "^7.0"
Expand Down

0 comments on commit 0270bd1

Please sign in to comment.