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

Commit

Permalink
Merge pull request #11 from Wingly-Company/gpanos/fix_workflows_run
Browse files Browse the repository at this point in the history
Add php 8
  • Loading branch information
gpanos authored Jul 12, 2021
2 parents 53eb2ef + 0270bd1 commit 08d34cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: tests
on:
push:
pull_request:
workflow_dispatch:

jobs:
tests:
Expand All @@ -11,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 08d34cd

Please sign in to comment.