浏览代码

Merge pull request #11302 from nextcloud/chore/update-drone-php-ver

Drone: update server images to use php 8
Álvaro Brey 2 年之前
父节点
当前提交
0c16b3cd69
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -29,7 +29,7 @@ steps:
 
 
 services:
 services:
   - name: server
   - name: server
-    image: ghcr.io/nextcloud/continuous-integration-server:latest # also change in updateScreenshots.sh
+    image: ghcr.io/nextcloud/continuous-integration-shallow-server:latest # also change in updateScreenshots.sh
     environment:
     environment:
       EVAL: true
       EVAL: true
       SERVER_VERSION: 'stable25'
       SERVER_VERSION: 'stable25'
@@ -84,7 +84,7 @@ steps:
 
 
 services:
 services:
   - name: server
   - name: server
-    image: ghcr.io/nextcloud/continuous-integration-server:latest # also change in updateScreenshots.sh
+    image: ghcr.io/nextcloud/continuous-integration-shallow-server:latest # also change in updateScreenshots.sh
     environment:
     environment:
       EVAL: true
       EVAL: true
     commands:
     commands: