Skip to content

Commit c8dd05e

Browse files
#399 - Drop support for PHP 8.1
1 parent 28a1551 commit c8dd05e

File tree

4 files changed

+438
-296
lines changed

4 files changed

+438
-296
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php-version: ["8.1", "8.2", "8.3", "8.4"]
11+
php-version: ["8.2", "8.3", "8.4"]
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: php-actions/composer@v6
3535
with:
36-
php_version: 8.1
36+
php_version: 8.2
3737
php_extensions: bcmath gmp xdebug
3838
- name: Install PHP_CodeSniffer
3939
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To get up and running with our PHP library quickly, follow [the guide](https://d
1818

1919
### Requirements
2020

21-
- PHP version: 8.1 / 8.2 / 8.3
21+
- PHP version: 8.2 / 8.3 / 8.4
2222
- PHP extensions: json, reflection
2323

2424
## Unit Tests

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"homepage": "https://github.com/bitpay/php-bitpay-client-v2",
1414
"require": {
15-
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4",
15+
"php": "^8.2 || ^8.3 || ^8.4",
1616
"ext-json": "*",
1717
"ext-reflection": "*",
1818
"bitpay/key-utils": "^2.1",

0 commit comments

Comments
 (0)