Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php-version: ["8.1", "8.2", "8.3", "8.4"]
php-version: ["8.2", "8.3", "8.4"]

steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
with:
php_version: 8.1
php_version: 8.2
php_extensions: bcmath gmp xdebug
- name: Install PHP_CodeSniffer
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To get up and running with our PHP library quickly, follow [the guide](https://d

### Requirements

- PHP version: 8.1 / 8.2 / 8.3
- PHP version: 8.2 / 8.3 / 8.4
- PHP extensions: json, reflection

## Unit Tests
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"homepage": "https://github.com/bitpay/php-bitpay-client-v2",
"require": {
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4",
"php": "^8.2 || ^8.3 || ^8.4",
"ext-json": "*",
"ext-reflection": "*",
"bitpay/key-utils": "^2.1",
Expand Down
Loading