Skip to content

Commit

Permalink
Add support for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomarg committed Feb 8, 2022
1 parent a5238ef commit 95d77bd
Show file tree
Hide file tree
Showing 6 changed files with 510 additions and 183 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
on:
[push,pull_request]
on: [push, pull_request]
name: CI
jobs:
CI:
Expand All @@ -10,9 +9,9 @@ jobs:
fail-fast: false
matrix:
php-version:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
steps:
- uses: actions/checkout@master

Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- [#](https://github.com/Shopify/shopify-php-api/pull/) Add support for PHP 8.1

### Fixed

- [#117](https://github.com/Shopify/shopify-php-api/pull/117) Handle float `Retry-After` headers
- [#114](https://github.com/Shopify/shopify-php-api/pull/114) Update session cookie expiration after OAuth
- [#116](https://github.com/Shopify/shopify-php-api/pull/116) Save signature OAuth cookies when using the fallback function for frameworkless apps

### Added
### Fixed
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0 || ^8.1",
"ramsey/uuid": "^4.1",
"psr/log": "^1.1",
"firebase/php-jwt": "^5.2",
Expand Down
Loading

0 comments on commit 95d77bd

Please sign in to comment.