Skip to content

Commit 8882d1a

Browse files
authored
Enable phpunit 8.2 on drone (#41039)
1 parent 96b108e commit 8882d1a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.drone.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ steps:
5656
- php -v
5757
- ./libraries/vendor/bin/phpunit --testsuite Unit
5858

59+
- name: php82-unit
60+
depends_on: [ phpcs ]
61+
image: joomlaprojects/docker-images:php8.2
62+
commands:
63+
- php -v
64+
- ./libraries/vendor/bin/phpunit --testsuite Unit
65+
5966
- name: php81-integration
6067
depends_on: [ npm ]
6168
image: joomlaprojects/docker-images:php8.1
@@ -365,6 +372,6 @@ trigger:
365372

366373
---
367374
kind: signature
368-
hmac: 7d729d1bdab99cbf37d96324d129a7f3c7eca72a271c70af8755d99c0ae91142
375+
hmac: 6b06b1c7f407650fe98f0851dc865911f399422116fa4f250a52d01a556397ed
369376

370377
...

0 commit comments

Comments
 (0)