We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b108e commit 8882d1aCopy full SHA for 8882d1a
.drone.yml
@@ -56,6 +56,13 @@ steps:
56
- php -v
57
- ./libraries/vendor/bin/phpunit --testsuite Unit
58
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
+
66
- name: php81-integration
67
depends_on: [ npm ]
68
image: joomlaprojects/docker-images:php8.1
@@ -365,6 +372,6 @@ trigger:
365
372
366
373
---
367
374
kind: signature
368
-hmac: 7d729d1bdab99cbf37d96324d129a7f3c7eca72a271c70af8755d99c0ae91142
375
+hmac: 6b06b1c7f407650fe98f0851dc865911f399422116fa4f250a52d01a556397ed
369
376
370
377
...
0 commit comments