Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Python 3.12 #61

Merged
merged 1 commit into from
Nov 22, 2023

Feat: Add python 3.12

549549e
Select commit
Loading
Failed to load commit list.
Merged

Feat: Python 3.12 #61

Feat: Add python 3.12
549549e
Select commit
Loading
Failed to load commit list.
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"
  ]
}