From f10c2e28b8bbfae64dba311da4bff462fdfc2ca1 Mon Sep 17 00:00:00 2001 From: Jaime Freire <5436581+jaimefreire@users.noreply.github.com> Date: Sat, 25 Nov 2023 17:23:05 +0100 Subject: [PATCH] Drone yml config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c7e8db9..32bbe11 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default-java-runner steps: - name: test - image: maven:3.9.5-amazoncorretto-8-debian + image: maven:3.9.5-amazoncorretto-21-debian commands: - mvn install -B -V - mvn test -B \ No newline at end of file