Skip to content

Commit

Permalink
Enable phpunit 8.2 on drone (#41039)
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Jun 25, 2023
1 parent 96b108e commit 8882d1a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ steps:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Unit

- name: php82-unit
depends_on: [ phpcs ]
image: joomlaprojects/docker-images:php8.2
commands:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Unit

- name: php81-integration
depends_on: [ npm ]
image: joomlaprojects/docker-images:php8.1
Expand Down Expand Up @@ -365,6 +372,6 @@ trigger:

---
kind: signature
hmac: 7d729d1bdab99cbf37d96324d129a7f3c7eca72a271c70af8755d99c0ae91142
hmac: 6b06b1c7f407650fe98f0851dc865911f399422116fa4f250a52d01a556397ed

...

0 comments on commit 8882d1a

Please sign in to comment.