Skip to content

Commit d0ddb9b

Browse files
authored
Enable PHP 8.2 unit tests (#41013)
1 parent 2dc16ab commit d0ddb9b

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
@@ -84,6 +84,13 @@ steps:
8484
- php -v
8585
- ./libraries/vendor/bin/phpunit --testsuite Unit
8686

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+
8794
- name: php72-integration
8895
depends_on: [ npm ]
8996
image: joomlaprojects/docker-images:php7.2
@@ -455,6 +462,6 @@ trigger:
455462

456463
---
457464
kind: signature
458-
hmac: 7abf75de936f722f96087502541c671a0ea093bc7022efe933003353505d30be
465+
hmac: 06ecea6156e9c3f4cbb17d5e5e876a8c2b256e0e98412ce6351c914b2adbda97
459466

460467
...

0 commit comments

Comments
 (0)