Skip to content

Commit

Permalink
Temporary remove php 8.1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner committed Jan 24, 2022
1 parent c375260 commit 33d80d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .drone.yml
Expand Up @@ -57,13 +57,13 @@ steps:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Unit

- name: php81-unit
depends_on: [ phpcs ]
image: joomlaprojects/docker-images:php8.1
failure: ignore
commands:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Unit
# - name: php81-unit
# depends_on: [ phpcs ]
# image: joomlaprojects/docker-images:php8.1
# failure: ignore
# commands:
# - php -v
# - ./libraries/vendor/bin/phpunit --testsuite Unit

- name: php72-integration
depends_on: [ npm ]
Expand Down Expand Up @@ -420,6 +420,6 @@ steps:

---
kind: signature
hmac: daa8e5588cc88058bc57aadf35e3d9dd55eefaa9419c457ce374a0dd19eb7cda
hmac: a6f3f2ed21261b612d052724e5f43a5dd55168f98cbaa48eeaa358816bb255df

...

0 comments on commit 33d80d2

Please sign in to comment.