Skip to content

Commit 4484c55

Browse files
committed
travis.yml: test 7.3/7.4/8.0
1 parent 77887b8 commit 4484c55

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
language: php
33

44
php:
5-
- 7.0
6-
- 7.1
7-
- 7.2
85
- 7.3
6+
- 7.4
7+
- 8.0
98

109
env:
1110
- PHPUNIT=true PHPUNIT_EXT=true BITCOIN_VERSION="0.16.3" SECP256K1_COMMIT="cd329dbc3eaf096ae007e807b86b6f5947621ee3"
@@ -19,14 +18,14 @@ cache:
1918

2019
matrix:
2120
exclude:
22-
- php: 7.2
21+
- php: 8.0
2322
env: PHPUNIT=true PHPUNIT_EXT=true BITCOIN_VERSION="0.16.3" SECP256K1_COMMIT="cd329dbc3eaf096ae007e807b86b6f5947621ee3"
2423

2524
include:
2625
# add extra test runs for php7: coverage, codestyle, examples, rpc tests
27-
- php: 7.2
26+
- php: 8.0
2827
env: COVERAGE=true CODE_STYLE=true EXAMPLES=true PHPUNIT=true PHPUNIT_EXT=true BITCOIN_VERSION="0.16.3" SECP256K1_COMMIT="cd329dbc3eaf096ae007e807b86b6f5947621ee3"
29-
- php: 7.0
28+
- php: 7.3
3029
env: RPC_TEST=true BITCOIN_VERSION="0.16.3" SECP256K1_COMMIT="cd329dbc3eaf096ae007e807b86b6f5947621ee3"
3130

3231
install:

0 commit comments

Comments
 (0)