Skip to content

Commit 9b748c9

Browse files
committed
Fix docker tag for PHP 8.0 image
Signed-off-by: Côme Chilliet <[email protected]>
1 parent 2184a69 commit 9b748c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ steps:
442442
commands:
443443
- git submodule update --init
444444
- name: postgres-php8.0
445-
image: ghcr.io/nextcloud/continuous-integration-php8.0:php8.0-3
445+
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
446446
commands:
447447
- bash tests/drone-run-php-tests.sh || exit 0
448448
- sleep 10 # gives the database enough time to initialize

0 commit comments

Comments
 (0)