Skip to content

Commit

Permalink
DQA-8739: Include PHP 8.3 support for toolkit (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhy81 authored Feb 15, 2024
1 parent 73d0ef9 commit b63ac69
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ matrix:
PHP_VERSION:
- 8.1
- 8.2
- 8.3
COMPOSER_VERSION:
- 2
COMPOSER_BOUNDARY:
Expand Down Expand Up @@ -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

0 comments on commit b63ac69

Please sign in to comment.