From 49058123827cb5c1a1b476d4984cce1942a88832 Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Wed, 1 Dec 2021 09:42:06 +0100 Subject: [PATCH] Maintenance: Use zammad-api-client-php branch with tests compatible to Zammad 5.0. --- .gitlab/ci/browser-core/api_client_php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/browser-core/api_client_php.yml b/.gitlab/ci/browser-core/api_client_php.yml index 7ded57e08..1965c2297 100644 --- a/.gitlab/ci/browser-core/api_client_php.yml +++ b/.gitlab/ci/browser-core/api_client_php.yml @@ -8,7 +8,7 @@ api_client_php: script: - RAILS_ENV=test bundle exec rake db:create - RAILS_ENV=test bundle exec rake zammad:ci:test:start zammad:setup:auto_wizard - - git clone https://github.com/zammad/zammad-api-client-php.git + - git clone https://github.com/zammad/zammad-api-client-php.git -b zammad-ci-5.0 # Use state with tests compatible to 5.0 - php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" - php composer-setup.php --install-dir=/usr/local/bin - ln -s /usr/local/bin/composer.phar /usr/local/bin/composer