Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
levizoesch committed Oct 30, 2023
1 parent 6de9eac commit 1a9178f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [7.3]
php: [7.4]
laravel: [7]
stability: [prefer-dist]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.2|^7.3|^7.4|^8.0|^8.1|^8.2",
"php": "^7.4|^8.0|^8.1|^8.2",
"ext-curl": "*",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"levizoesch/laravelsetenvironment": "^1.0.2",
Expand Down

0 comments on commit 1a9178f

Please sign in to comment.