mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use arm64-graviton2 on Travis (#7016)
This commit is contained in:
parent
a76d35abcc
commit
4a68067c10
1 changed files with 4 additions and 1 deletions
|
@ -69,7 +69,10 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1
|
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1
|
||||||
arch: arm64
|
arch: arm64-graviton2
|
||||||
|
dist: bionic
|
||||||
|
virt: lxd
|
||||||
|
group: edge
|
||||||
if: type = cron
|
if: type = cron
|
||||||
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 S390X=1
|
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 S390X=1
|
||||||
arch: s390x
|
arch: s390x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue