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

chore: prepare release 4.0.0 #273

Merged
merged 2 commits into from
Dec 12, 2023

docs: add 4.0.0 changelog

ba44bf8
Select commit
Loading
Failed to load commit list.
Merged

chore: prepare release 4.0.0 #273

docs: add 4.0.0 changelog
ba44bf8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 12, 2023 in 4m 22s

Build Passed

The build passed.

Details

This is a normal build for the chore/prepare-release-4.0.0 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job PHP OS State
454.1 7.3 Linux passed
454.2 7.4 Linux passed
454.3 8.0 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Xenial)
PHP Versions 7.3, 7.4, 8.0
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "php": [
    "7.3",
    "7.4",
    "8.0"
  ],
  "before_script": [
    "phpenv config-rm xdebug.ini",
    "composer install"
  ],
  "script": [
    "./sdktest.sh"
  ],
  "deploy": [
    {
      "provider": "releases",
      "name": "$TRAVIS_TAG",
      "skip_cleanup": true,
      "on": {
        "repo": "TransbankDevelopers/transbank-sdk-php",
        "tags": true,
        "php": "8.0"
      },
      "token": "$GITHUB_TOKEN"
    }
  ]
}