Skip to content

Commit 3b8ef90

Browse files
committed
8.1+
1 parent 052f34b commit 3b8ef90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php-version: ['8.0', '8.1', '8.2']
13+
php-version: ['8.1', '8.2', '8.3']
1414

1515
steps:
1616
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Pure PHP Ethereum Address Generator / Validator",
44
"type": "library",
55
"require": {
6-
"php": ">=7.3",
6+
"php": ">=8.1",
77
"kornrunner/keccak": "^1.0",
88
"paragonie/ecc": "^2"
99
},

0 commit comments

Comments
 (0)