summaryrefslogtreecommitdiffstats
path: root/.drone.jsonnet
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 /.drone.jsonnet
parent58668bd54d6177437d0bd1ec6d273a2e96313dfd (diff)
feat(CI): Run integration tests on PHP 8.2 for testing
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.jsonnet')
-rw-r--r--.drone.jsonnet2
1 files changed, 1 insertions, 1 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",