File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v2
14
14
- uses : shivammathur/setup-php@v2
15
15
with :
16
- php-version : 8.0
16
+ php-version : 8.1
17
17
coverage : none
18
18
19
19
- run : composer install --no-progress --prefer-dist
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php-version : ['8.0 ', '8.1 ', '8.2 ']
13
+ php-version : ['8.1 ', '8.2 ', '8.3 ']
14
14
15
15
steps :
16
16
- uses : actions/checkout@v2
32
32
strategy :
33
33
fail-fast : false
34
34
matrix :
35
- php-version : ['8.0', '8. 1', '8.2']
35
+ php-version : ['8.1', '8.2']
36
36
arch : [x64]
37
37
ts : [nts]
38
38
62
62
- uses : actions/checkout@v2
63
63
- uses : shivammathur/setup-php@v2
64
64
with :
65
- php-version : 8.0
65
+ php-version : 8.1
66
66
coverage : none
67
67
68
68
- run : composer install --no-progress
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " >=7.3 " ,
13
+ "php" : " >=8.1 " ,
14
14
"kornrunner/keccak" : " ^1.0" ,
15
- "kornrunner/secp256k1" : " ^0.2 " ,
15
+ "kornrunner/secp256k1" : " ^0.3 " ,
16
16
"kornrunner/rlp" : " ^0.3"
17
17
},
18
18
"autoload" : {
You can’t perform that action at this time.
0 commit comments