Skip to content

Commit 24f41ed

Browse files
Use Java 17 for CI and remove test for SQ 8.9 (#241)
Co-authored-by: Tibor Blenessy <[email protected]>
1 parent 8578aff commit 24f41ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
CIRRUS_SHELL: bash
2121

2222
container_definition: &CONTAINER_DEFINITION
23-
image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j11-latest
23+
image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j17-latest
2424
cluster_name: ${CIRRUS_CLUSTER_NAME}
2525
region: eu-central-1
2626
namespace: default
@@ -92,7 +92,7 @@ build_win_task:
9292
- source cirrus-env CI
9393
- mvn test
9494
cleanup_before_cache_script: cleanup_maven_repository
95-
95+
9696
plugin_qa_task:
9797
depends_on:
9898
- build
@@ -103,7 +103,7 @@ plugin_qa_task:
103103
memory: 8G
104104
env:
105105
matrix:
106-
- SQ_VERSION: LATEST_RELEASE[8.9]
106+
- SQ_VERSION: LATEST_RELEASE
107107
- SQ_VERSION: DEV
108108
maven_cache:
109109
folder: ${CIRRUS_WORKING_DIR}/.m2/repository
@@ -132,7 +132,7 @@ ruling_task:
132132
- cd its/ruling
133133
- mvn verify -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V
134134
cleanup_before_cache_script: cleanup_maven_repository
135-
135+
136136
promote_task:
137137
depends_on:
138138
- build

0 commit comments

Comments
 (0)