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 2dc16ab commit d0ddb9bCopy full SHA for d0ddb9b
.drone.yml
@@ -84,6 +84,13 @@ steps:
84
- php -v
85
- ./libraries/vendor/bin/phpunit --testsuite Unit
86
87
+ - name: php82-unit
88
+ depends_on: [ phpcs ]
89
+ image: joomlaprojects/docker-images:php8.2
90
+ commands:
91
+ - php -v
92
+ - ./libraries/vendor/bin/phpunit --testsuite Unit
93
+
94
- name: php72-integration
95
depends_on: [ npm ]
96
image: joomlaprojects/docker-images:php7.2
@@ -455,6 +462,6 @@ trigger:
455
462
456
463
---
457
464
kind: signature
458
-hmac: 7abf75de936f722f96087502541c671a0ea093bc7022efe933003353505d30be
465
+hmac: 06ecea6156e9c3f4cbb17d5e5e876a8c2b256e0e98412ce6351c914b2adbda97
459
466
460
467
...
0 commit comments