diff --git a/.drone.yml b/.drone.yml index f3dcf145a..b13bc1a5e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,7 @@ matrix: PHP_VERSION: - 8.1 - 8.2 + - 8.3 COMPOSER_VERSION: - 2 COMPOSER_BOUNDARY: @@ -71,25 +72,25 @@ pipeline: commands: - ./run toolkit:test-phpunit --execution=parallel - lint-yaml: + phpstan: group: test image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION=8.1}-ci - secrets: [ github_api_token, composer_auth ] environment: *env commands: - - ./run toolkit:lint-yaml + - ./run toolkit:test-phpstan - lint-php: + lint-yaml: group: test image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION=8.1}-ci secrets: [ github_api_token, composer_auth ] environment: *env commands: - - ./run toolkit:lint-php + - ./run toolkit:lint-yaml - phpstan: + lint-php: group: test image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION=8.1}-ci + secrets: [ github_api_token, composer_auth ] environment: *env commands: - - ./run toolkit:test-phpstan + - ./run toolkit:lint-php