Skip to content

Commit b4f2fd0

Browse files
authored
Merge pull request #4 from p-maguire/SP-982
SP-982: Upgrade SDK version
2 parents 4e70b62 + fcaca3c commit b4f2fd0

File tree

8 files changed

+1074
-1007
lines changed

8 files changed

+1074
-1007
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
php-version: [8.0, 8.1, 8.2]
18+
php-version: [ 8.1, 8.2 ]
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- uses: php-actions/composer@v6
2323
with:
2424
php_version: ${{ matrix.php-version }}
@@ -37,10 +37,10 @@ jobs:
3737

3838
strategy:
3939
matrix:
40-
php-version: [ 8.0, 8.1, 8.2 ]
40+
php-version: [ 8.1, 8.2 ]
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- uses: php-actions/composer@v6
4545
with:
4646
php_version: ${{ matrix.php-version }}
@@ -63,10 +63,10 @@ jobs:
6363

6464
strategy:
6565
matrix:
66-
php-version: [ 8.0, 8.1, 8.2 ]
66+
php-version: [ 8.1, 8.2 ]
6767

6868
steps:
69-
- uses: actions/checkout@v3
69+
- uses: actions/checkout@v4
7070
- uses: php-actions/composer@v6
7171
with:
7272
php_version: ${{ matrix.php-version }}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=8.1",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
10-
"bitpay/sdk": "dev-8.0.0-dev",
10+
"bitpay/sdk": "^9.0.4",
1111
"doctrine/doctrine-bundle": "^2.10",
1212
"doctrine/doctrine-migrations-bundle": "^3.2",
1313
"doctrine/orm": "^2.15",

0 commit comments

Comments
 (0)