Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2022-04-18 22:49:38 +0300
committerThomas Citharel <tcit@tcit.fr>2022-04-18 22:49:38 +0300
commit7813a329db7073dedd2dd0a6929de7b4839a6baa (patch)
tree1af00bcb4cb664f9654dfdc99b8d1d627183067d
parent09ee9fcf4336b651f21e300da5da63fae696e8d8 (diff)
Bump CI docker images to PHP 7.4 and 8.0update-ci
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
-rw-r--r--.drone.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml
index a422c034..b1eacc76 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,9 +1,9 @@
kind: pipeline
-name: syntax-php7.0
+name: syntax-php7.4
steps:
- - name: syntax-php7.0
- image: ghcr.io/nextcloud/continuous-integration-php7.0:php7.0-19
+ - name: syntax-php7.4
+ image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest
commands:
- composer install
- ./vendor/bin/parallel-lint --exclude vendor/ .
@@ -18,11 +18,11 @@ trigger:
---
kind: pipeline
-name: syntax-php7.1
+name: syntax-php8.0
steps:
- - name: syntax-php7.1
- image: ghcr.io/nextcloud/continuous-integration-php7.1:php7.1-16
+ - name: syntax-php8.0
+ image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
commands:
- composer install
- ./vendor/bin/parallel-lint --exclude vendor/ .