summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-02 15:40:57 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-02 15:40:57 +0100
commit4c4f14b464ab4482a69b1bcb7c99e5d7ef840856 (patch)
tree7cf927e3b8f492576ceb18d6cc261793cdbe9de4
parent58668bd54d6177437d0bd1ec6d273a2e96313dfd (diff)
feat(CI): Run integration tests on PHP 8.2 for testing
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.drone.jsonnet2
-rw-r--r--.drone.yml60
2 files changed, 31 insertions, 31 deletions
diff --git a/.drone.jsonnet b/.drone.jsonnet
index 0031bfb84..e16c16119 100644
--- a/.drone.jsonnet
+++ b/.drone.jsonnet
@@ -11,7 +11,7 @@ local Pipeline(test_set, database, services) = {
steps: [
{
name: "integration-"+test_set,
- image: "ghcr.io/nextcloud/continuous-integration-php8.0:latest",
+ image: "ghcr.io/nextcloud/continuous-integration-php8.2:latest",
environment: {
APP_NAME: "spreed",
CORE_BRANCH: "master",
diff --git a/.drone.yml b/.drone.yml
index 389c9c4f9..1953c7365 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -27,7 +27,7 @@ steps:
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-callapi
trigger:
branch:
@@ -64,7 +64,7 @@ steps:
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-chat
trigger:
branch:
@@ -101,7 +101,7 @@ steps:
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-chat-2
trigger:
branch:
@@ -138,7 +138,7 @@ steps:
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-command
trigger:
branch:
@@ -176,7 +176,7 @@ steps:
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-conversation
trigger:
branch:
@@ -214,7 +214,7 @@ steps:
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-conversation-2
trigger:
branch:
@@ -251,7 +251,7 @@ steps:
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-federation
trigger:
branch:
@@ -288,7 +288,7 @@ steps:
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-integration
trigger:
branch:
@@ -325,7 +325,7 @@ steps:
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-sharing
trigger:
branch:
@@ -362,7 +362,7 @@ steps:
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-sharing-2
trigger:
branch:
@@ -413,7 +413,7 @@ steps:
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-callapi
trigger:
branch:
@@ -464,7 +464,7 @@ steps:
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-chat
trigger:
branch:
@@ -515,7 +515,7 @@ steps:
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-chat-2
trigger:
branch:
@@ -566,7 +566,7 @@ steps:
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-command
trigger:
branch:
@@ -618,7 +618,7 @@ steps:
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-conversation
trigger:
branch:
@@ -670,7 +670,7 @@ steps:
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-conversation-2
trigger:
branch:
@@ -721,7 +721,7 @@ steps:
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-federation
trigger:
branch:
@@ -772,7 +772,7 @@ steps:
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-integration
trigger:
branch:
@@ -823,7 +823,7 @@ steps:
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-sharing
trigger:
branch:
@@ -874,7 +874,7 @@ steps:
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-sharing-2
trigger:
branch:
@@ -920,7 +920,7 @@ steps:
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-callapi
trigger:
branch:
@@ -967,7 +967,7 @@ steps:
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-chat
trigger:
branch:
@@ -1014,7 +1014,7 @@ steps:
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-chat-2
trigger:
branch:
@@ -1061,7 +1061,7 @@ steps:
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-command
trigger:
branch:
@@ -1109,7 +1109,7 @@ steps:
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-conversation
trigger:
branch:
@@ -1157,7 +1157,7 @@ steps:
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-conversation-2
trigger:
branch:
@@ -1204,7 +1204,7 @@ steps:
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-federation
trigger:
branch:
@@ -1251,7 +1251,7 @@ steps:
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-integration
trigger:
branch:
@@ -1298,7 +1298,7 @@ steps:
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-sharing
trigger:
branch:
@@ -1345,7 +1345,7 @@ steps:
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
+ image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-sharing-2
trigger:
branch: