Skip to content

Commit e5966b5

Browse files
committed
Merge branch '7.x' into 7.x-initial-release
2 parents aaaff54 + 02576c2 commit e5966b5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/test-suite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
static-analyze:
1414
name: "Static Analyze"
1515

16-
runs-on: "ubuntu-latest"
16+
runs-on: "ubuntu-20.04"
1717

1818
steps:
1919
- name: "Checkout"
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
coverage: pcov
2626
tools: composer:v2
27-
php-version: "8.1"
27+
php-version: "8.2"
2828
ini-values: memory_limit=-1
2929

3030
- name: "Get Composer Cache Directory"
@@ -57,9 +57,9 @@ jobs:
5757
dependencies:
5858
- "locked"
5959
php-version:
60-
- "8.1"
60+
- "8.2"
6161
operating-system:
62-
- "ubuntu-latest"
62+
- "ubuntu-20.04"
6363

6464
steps:
6565
- name: "Checkout"

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## [Unreleased] - 2025-02-07
1+
## [Unreleased] - 2025-02-10
22

33
### Added
44
- [#723](https://github.com/amazon-php/sp-api-sdk/pull/723) - **Add Financial Transfers SDK and Related Models.** - [@jasonhebert](https://github.com/jasonhebert)
55
- [#723](https://github.com/amazon-php/sp-api-sdk/pull/723) - **Add Financial Transactions SDK and Related Models.** - [@jasonhebert](https://github.com/jasonhebert)
66

77
### Changed
8+
- [#727](https://github.com/amazon-php/sp-api-sdk/pull/727) - **Update GitHub test-suite to use Ubuntu-20.04 and PHP 8.2** - [@jasonhebert](https://github.com/jasonhebert)
89
- [#723](https://github.com/amazon-php/sp-api-sdk/pull/723) - **Move Finances SDK and related models from Finances namespace to Finances/FinancialEvents namespace.** - [@jasonhebert](https://github.com/jasonhebert)
910
- [#723](https://github.com/amazon-php/sp-api-sdk/pull/723) - **Rename FinancesSDK to FinancialEventsSDK.** - [@jasonhebert](https://github.com/jasonhebert)
1011
- [#723](https://github.com/amazon-php/sp-api-sdk/pull/723) - **Rename generator-finances.yaml to generator-finances-financial-events.yaml.** - [@jasonhebert](https://github.com/jasonhebert)

0 commit comments

Comments
 (0)