From 33d80d2ace1b48a36663c685c646a0c0694ef483 Mon Sep 17 00:00:00 2001 From: Harald Leithner Date: Mon, 24 Jan 2022 11:10:45 +0100 Subject: [PATCH] Temporary remove php 8.1 test --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 076b5064f89..e7fc53fdc1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,13 +57,13 @@ steps: - php -v - ./libraries/vendor/bin/phpunit --testsuite Unit - - name: php81-unit - depends_on: [ phpcs ] - image: joomlaprojects/docker-images:php8.1 - failure: ignore - commands: - - php -v - - ./libraries/vendor/bin/phpunit --testsuite Unit +# - name: php81-unit +# depends_on: [ phpcs ] +# image: joomlaprojects/docker-images:php8.1 +# failure: ignore +# commands: +# - php -v +# - ./libraries/vendor/bin/phpunit --testsuite Unit - name: php72-integration depends_on: [ npm ] @@ -420,6 +420,6 @@ steps: --- kind: signature -hmac: daa8e5588cc88058bc57aadf35e3d9dd55eefaa9419c457ce374a0dd19eb7cda +hmac: a6f3f2ed21261b612d052724e5f43a5dd55168f98cbaa48eeaa358816bb255df ...