Skip to content

Commit

Permalink
Update composer.json (#14)
Browse files Browse the repository at this point in the history
* Update composer.json

* composer: update

* .github: workflows: update

---------

Co-authored-by: Boris Momčilović <boris@firstbeatmedia.com>
  • Loading branch information
diadal and kornrunner committed Jun 7, 2024
1 parent c520b65 commit 50051a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none

- run: composer install --no-progress --prefer-dist
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v2
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.1', '8.2']
arch: [x64]
ts: [nts]

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none

- run: composer install --no-progress
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"php": ">=7.3",
"php": ">=8.1",
"kornrunner/keccak": "^1.0",
"kornrunner/secp256k1": "^0.2",
"kornrunner/secp256k1": "^0.3",
"kornrunner/rlp": "^0.3"
},
"autoload": {
Expand Down

0 comments on commit 50051a6

Please sign in to comment.