Skip to content

Commit

Permalink
[1.x] Drop php74 (#321)
Browse files Browse the repository at this point in the history
* chore(deps): deop php7.4

* Update pull_request_template.md
  • Loading branch information
imdhemy authored Apr 8, 2023
1 parent 7c1e2f4 commit 6c867ea
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 316 deletions.
20 changes: 10 additions & 10 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
| Q | A |
|---------------|--------------------------------------------------------------------------|
| Branch? | master for breaking changes, and `release/y.x` for bc <!-- see below --> |
| Bug fix? | yes/no |
| New feature? | yes/no <!-- please update /CHANGELOG.md files --> |
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and /CHANGELOG.md files --> |
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", --> |
| License | MIT |
| Q | A |
|---------------|--------------------------------------------------------------------|
| Branch? | 1.x or main for bc <!-- see below --> |
| Bug fix? | yes/no |
| New feature? | yes/no <!-- please update /CHANGELOG.md files --> |
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and /CHANGELOG.md files --> |
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", --> |
| License | MIT |

<!--
Replace this notice with a short README for your feature/bugfix.
This will help reviewers and should be a good start for the documentation.
For bug fixes and new features, that does not break BC, please base your PR
on the `release/y.x` branch. For BC breaks, please base your PR on the
`master` branch.
on the `1.x` branch. For BC breaks, please base your PR on the
`main` branch.
Always add tests and ensure they pass.
-->
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
dependencies:
- "locked"
php-version:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
Expand Down Expand Up @@ -54,7 +53,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "pcov"
php-version: "8.1"
php-version: "8.0"
ini-values: memory_limit=-1
extensions: sodium, fileinfo

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"ext-json": "*",
"ext-openssl": "*",
"imdhemy/appstore-iap": "^1.5",
"imdhemy/google-play-billing": "^1.2",
"imdhemy/appstore-iap": "^1.6",
"imdhemy/google-play-billing": "^1.4",
"laravel/framework": ">=8.0"
},
"require-dev": {
Expand Down Expand Up @@ -63,7 +63,7 @@
"sort-packages": true,
"allow-plugins": {},
"platform": {
"php": "7.4"
"php": "8.0"
}
}
}
Loading

0 comments on commit 6c867ea

Please sign in to comment.