From 58a6d994ca3d97a135705da353eabfd6e35af9d7 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 11 Jan 2023 17:06:24 +0900 Subject: [PATCH] bitbucket pipeline test --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 9c35fc2..3cdff2f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -12,14 +12,14 @@ pipelines: - step: name: Test script: - - composer require phpunit/phpunit + - composer require phpunit/phpunit:^9 - ./vendor/bin/phpunit ./test/phpUnitTests caches: - composer - step: name: Lint script: - - composer require overtrue/phplint + - composer require overtrue/phplint:8.1.x-dev - ./vendor/bin/phplint ./ --exclude=vendor caches: - composer