Skip to content

Commit 50051a6

Browse files
diadalkornrunner
andauthored
Update composer.json (#14)
* Update composer.json * composer: update * .github: workflows: update --------- Co-authored-by: Boris Momčilović <boris@firstbeatmedia.com>
1 parent c520b65 commit 50051a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: 8.0
16+
php-version: 8.1
1717
coverage: none
1818

1919
- run: composer install --no-progress --prefer-dist

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
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
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
php-version: ['8.0', '8.1', '8.2']
35+
php-version: ['8.1', '8.2']
3636
arch: [x64]
3737
ts: [nts]
3838

@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v2
6363
- uses: shivammathur/setup-php@v2
6464
with:
65-
php-version: 8.0
65+
php-version: 8.1
6666
coverage: none
6767

6868
- run: composer install --no-progress

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.3",
13+
"php": ">=8.1",
1414
"kornrunner/keccak": "^1.0",
15-
"kornrunner/secp256k1": "^0.2",
15+
"kornrunner/secp256k1": "^0.3",
1616
"kornrunner/rlp": "^0.3"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)