Feat: Python 3.12 #61
Merged
Travis CI / Travis CI - Branch
succeeded
Nov 22, 2023 in 1m 29s
Build Passed
The build passed.
Details
This is a normal build for the feat-python-3.12 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | PHP | OS | State |
---|---|---|---|
438.1 | 8.0 | Linux | passed |
438.2 | 8.0 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Xenial) |
PHP Version | 8.0 |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "xenial",
"php": [
"8.0"
],
"arch": [
"amd64",
"arm64"
],
"services": [
"docker"
],
"notifications": {
"email": [
{
"recipients": [
"team@appwrite.io"
]
}
]
},
"before_install": [
"git clone https://github.com/P-H-C/phc-winner-argon2.git libargon2 && cd libargon2 && make test && sudo make install PREFIX=/usr && cd .."
],
"before_script": [
"if [ ! -z \"${DOCKERHUB_PULL_USERNAME:-}\" ]; then\n echo \"${DOCKERHUB_PULL_PASSWORD}\" | docker login --username \"${DOCKERHUB_PULL_USERNAME}\" --password-stdin\nfi\n",
"docker --version",
"composer install --ignore-platform-reqs"
],
"script": [
"vendor/bin/phpunit --configuration phpunit.xml",
"vendor/bin/psalm --show-info=true"
]
}
Loading