Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from mstaack/patch-1
Browse files Browse the repository at this point in the history
Bump PHP Version
  • Loading branch information
Gummibeer authored Jun 29, 2021
2 parents 2cf5b7d + 26969e7 commit 5b4d79d
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, 7.2]
php: [8.0, 7.4, 7.3, 7.2]
laravel: [8.*, 7.*, 6.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
},
Expand Down

0 comments on commit 5b4d79d

Please sign in to comment.