Skip to content

Commit

Permalink
Updating drone
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Jul 22, 2024
1 parent c469d27 commit ef0c0b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clone:

steps:
- name: composer
image: joomlaprojects/docker-images:php7.4
image: joomlaprojects/docker-images:php8.1
commands:
- php -v
- composer update
Expand All @@ -16,14 +16,14 @@ steps:
path: /tmp/composer-cache

- name: phpcs
image: joomlaprojects/docker-images:php7.4
image: joomlaprojects/docker-images:php8.1
depends_on:
- composer
commands:
- vendor/bin/phpcs -p --report=full --extensions=php --standard=ruleset.xml src/ bin/ www/

- name: phpmd
image: joomlaprojects/docker-images:php7.4
image: joomlaprojects/docker-images:php8.1
depends_on:
- composer
commands:
Expand All @@ -35,23 +35,23 @@ steps:
failure: ignore

- name: phpstan
image: joomlaprojects/docker-images:php7.4
image: joomlaprojects/docker-images:php8.1
depends_on:
- composer
commands:
- vendor/bin/phpstan analyse src
failure: ignore

- name: phploc
image: joomlaprojects/docker-images:php7.4
image: joomlaprojects/docker-images:php8.1
depends_on:
- composer
commands:
- phploc src
failure: ignore

- name: phpcpd
image: joomlaprojects/docker-images:php7.4
image: joomlaprojects/docker-images:php8.1
depends_on:
- composer
commands:
Expand Down Expand Up @@ -88,6 +88,6 @@ volumes:

---
kind: signature
hmac: cfdb9d635b44bffeaf7b3f291a2823a4656b95a052fe78508241b7f87169bb80
hmac: 3976132d114c361d6cd7b0429b51b729adcea4f1065ccba4e589889cad94ae12

...

0 comments on commit ef0c0b1

Please sign in to comment.